#DBB5CD

Color #DBB5CD Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DBB5CD

Tints of Twilight #DBB5CD

Color information

#DBB5CD (or 0xDBB5CD) is unknown color: approx Twilight. HEX triplet: DB, B5 and CD. RGB value is (219,181,205). Sum of RGB (Red+Green+Blue) = 219+181+205=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5CD is #244A32. Grayscale: #C3C3C3. Windows color (decimal): -2378291 or 13481435. OLE color: 13481435.

HSL color Cylindrical-coordinate representation of color #DBB5CD: hue angle of 322.11º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5CD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB219181205-
CMYK00.170.060.14
HSL322.11º34.55%78.43%-
HSV(B)322.11º17.35%85.88%-
XYZ56.7652.5264.9-
YUV195.1133.59145.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=36.20%
G=29.92%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918120500.170.060.14322.1134.5578.43
HexDBB5CD0116E142234e
Octal33326531502161650243116
Binary11011011101101011100110101000111011101010000101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5CD; }

 p { color: rgb(219,181,205); }

 H1.HeaderClassName
 {
   color: #DBB5CD;
 }
 .AnyTagClassName
 {
   color: #DBB5CD;
 }
</style>
background-color css

<style>
 a { background-color: #DBB5CD; }

 a { background-color: rgb(219,181,205); }

 div.DivClassName
 {
   background-color: #DBB5CD;
 }
 .BgClassName
 {
   background-color: #DBB5CD;
 }
</style>
border-color css

<style>
 span { border-color: #DBB5CD; }

 span { border-color: rgb(219,181,205); }

 td.TdClassName
 {
   border-color: #DBB5CD;
 }
 .TagClassName
 {
   border-color: #DBB5CD;
 }
</style>