#DAB2CA

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

Shades of Twilight #DAB2CA

Tints of Twilight #DAB2CA

Color information

#DAB2CA (or 0xDAB2CA) is unknown color: approx Twilight. HEX triplet: DA, B2 and CA. RGB value is (218,178,202). Sum of RGB (Red+Green+Blue) = 218+178+202=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2CA is #254D35. Grayscale: #C0C0C0. Windows color (decimal): -2444598 or 13284058. OLE color: 13284058.

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

Color convert

RGB218178202-
CMYK00.180.070.15
HSL324º35.09%77.65%-
HSV(B)324º18.35%85.49%-
XYZ55.4951.0162.8-
YUV192.7133.25146.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 178 (69.92% from 255) = 29.77%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=36.45%
G=29.77%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817820200.180.070.1532435.0977.65
HexDAB2CA0127F144234e
Octal33226231202271750443116
Binary11011010101100101100101001001011111111010001001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2CA; }

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

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

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

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

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

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

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

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