#DAB2C9

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

Shades of Twilight #DAB2C9

Tints of Twilight #DAB2C9

Color information

#DAB2C9 (or 0xDAB2C9) is unknown color: approx Twilight. HEX triplet: DA, B2 and C9. RGB value is (218,178,201). Sum of RGB (Red+Green+Blue) = 218+178+201=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2C9 is #254D36. Grayscale: #C0C0C0. Windows color (decimal): -2444599 or 13218522. OLE color: 13218522.

HSL color Cylindrical-coordinate representation of color #DAB2C9: hue angle of 325.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2C9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218178201-
CMYK00.180.080.15
HSL325.5º35.09%77.65%-
HSV(B)325.5º18.35%85.49%-
XYZ55.3850.9662.18-
YUV192.58132.75146.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 178 (69.92% from 255) = 29.82%
BLUE value IS 201 (78.91% from 255) = 33.67%
R=36.52%
G=29.82%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817820100.180.080.15325.535.0977.65
HexDAB2C90128F146234e
Octal332262311022101750643116
Binary110110101011001011001001010010100011111010001101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2C9; }

 p { color: rgb(218,178,201); }

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

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

 a { background-color: rgb(218,178,201); }

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

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

 span { border-color: rgb(218,178,201); }

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