#DAB1CA

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

Shades of Twilight #DAB1CA

Tints of Twilight #DAB1CA

Color information

#DAB1CA (or 0xDAB1CA) is unknown color: approx Twilight. HEX triplet: DA, B1 and CA. RGB value is (218,177,202). Sum of RGB (Red+Green+Blue) = 218+177+202=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1CA is #254E35. Grayscale: #C0C0C0. Windows color (decimal): -2444854 or 13283802. OLE color: 13283802.

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

Color convert

RGB218177202-
CMYK00.190.070.15
HSL323.41º35.65%77.45%-
HSV(B)323.41º18.81%85.49%-
XYZ55.350.6162.73-
YUV192.11133.58146.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 177 (69.53% from 255) = 29.65%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=36.52%
G=29.65%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817720200.190.070.15323.4135.6577.45
HexDAB1CA0137F143244d
Octal33226131202371750344115
Binary11011010101100011100101001001111111111010000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1CA; }

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

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

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

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

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

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

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

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