#DAB9CB

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

Shades of Twilight #DAB9CB

Tints of Twilight #DAB9CB

Color information

#DAB9CB (or 0xDAB9CB) is unknown color: approx Twilight. HEX triplet: DA, B9 and CB. RGB value is (218,185,203). Sum of RGB (Red+Green+Blue) = 218+185+203=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9CB is #254634. Grayscale: #C4C4C4. Windows color (decimal): -2442805 or 13351386. OLE color: 13351386.

HSL color Cylindrical-coordinate representation of color #DAB9CB: hue angle of 327.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9CB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218185203-
CMYK00.150.070.15
HSL327.27º30.84%79.02%-
HSV(B)327.27º15.14%85.49%-
XYZ57.0453.9263.9-
YUV196.92131.43143.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=35.97%
G=30.53%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818520300.150.070.15327.2730.8479.02
HexDAB9CB0F7F1471f4f
Octal33227131301771750737117
Binary110110101011100111001011011111111111101000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9CB; }

 p { color: rgb(218,185,203); }

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

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

 a { background-color: rgb(218,185,203); }

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

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

 span { border-color: rgb(218,185,203); }

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