Color Hex Logo

#dbbed5 Color Hex

#DBBED5
(219,190,213)
0 Favorites   0 Comments

Color spaces of #dbbed5

RGB 219190213
HSL0.870.290.80
HSV312°13°86°
CMYK 0.000.130.03   0.14
XYZ59.637156.691170.7500
Yxy56.69110.31880.3030
Hunter Lab75.29359.6194-3.0068
CIE-Lab80.005514.2345-7.7015

#dbbed5 color RGB value is (219,190,213).

#dbbed5 hex color red value is 219, green value is 190 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dbbed5 hue: 0.87 , saturation: 0.29 and the lightness value of dbbed5 is 0.80.

The process color (four color CMYK) of #dbbed5 color hex is 0.00, 0.13, 0.03, 0.14. Web safe color of #dbbed5 is #cccccc. Color #dbbed5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11010101
Octal 333 276 325
Decimal 219 190 213
Hex DB BE D5

RGB Percentages of Color #dbbed5

%35.21
%30.55
%34.24

CMYK Percentages of Color #dbbed5

%0
%13
%3
%14

Triadic Colors of #dbbed5

#dbbed5 #d5dbbe #bed5db

Analogous Colors of #dbbed5

#dbbed5 #dbbec7 #d3bedb

Monochromatic Colors of #dbbed5

#dbbed5

Complementary Color

#dbbed5 #bedbc4

#dbbed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbed5 Color CSS Codes

.mybgcolor {background-color:#dbbed5; } 
.myforecolor {color:#dbbed5; }
.mybordercolor {border:3px solid #dbbed5; }

#dbbed5 Text Font Color

<p style="color:#dbbed5">Text here</p>

This sample text font color is #dbbed5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbbed5 Background Color

<div style="background-color:#dbbed5">
Div content here</div>

This div background color is #dbbed5


#dbbed5 Border Color

<div style="border:3px solid #dbbed5">
Div here</div>

This div border color is #dbbed5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,190,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbed5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbed5;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbed5;
  box-shadow:         1px 1px 3px 2px #dbbed5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,190,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbbed5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbed5;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbed5;
  box-shadow:         1px 1px 3px 2px #dbbed5;">
Div content here</div>

This div box has shadow with color #dbbed5


Comments

No comments written yet.

Please login to write comment.