#DABBCC

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

Shades of Twilight #DABBCC

Tints of Twilight #DABBCC

Color information

#DABBCC (or 0xDABBCC) is unknown color: approx Twilight. HEX triplet: DA, BB and CC. RGB value is (218,187,204). Sum of RGB (Red+Green+Blue) = 218+187+204=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBCC is #254433. Grayscale: #C6C6C6. Windows color (decimal): -2442292 or 13417434. OLE color: 13417434.

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

Color convert

RGB218187204-
CMYK00.140.060.15
HSL327.1º29.52%79.41%-
HSV(B)327.1º14.22%85.49%-
XYZ57.5854.8164.67-
YUV198.21131.27142.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=35.80%
G=30.71%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818720400.140.060.15327.129.5279.41
HexDABBCC0E6F1471e4f
Octal33227331401661750736117
Binary110110101011101111001100011101101111101000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBCC; }

 p { color: rgb(218,187,204); }

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

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

 a { background-color: rgb(218,187,204); }

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

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

 span { border-color: rgb(218,187,204); }

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