#DBB5CB

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

Shades of Twilight #DBB5CB

Tints of Twilight #DBB5CB

Color information

#DBB5CB (or 0xDBB5CB) is unknown color: approx Twilight. HEX triplet: DB, B5 and CB. RGB value is (219,181,203). Sum of RGB (Red+Green+Blue) = 219+181+203=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5CB is #244A34. Grayscale: #C2C2C2. Windows color (decimal): -2378293 or 13350363. OLE color: 13350363.

HSL color Cylindrical-coordinate representation of color #DBB5CB: hue angle of 325.26º 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 #DBB5CB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219181203-
CMYK00.170.070.14
HSL325.26º34.55%78.43%-
HSV(B)325.26º17.35%85.88%-
XYZ56.5252.4263.64-
YUV194.87132.59145.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=36.32%
G=30.02%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918120300.170.070.14325.2634.5578.43
HexDBB5CB0117E145234e
Octal33326531302171650543116
Binary11011011101101011100101101000111111101010001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5CB; }

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

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

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

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

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

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

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

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