#DAB1CB

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

Shades of Twilight #DAB1CB

Tints of Twilight #DAB1CB

Color information

#DAB1CB (or 0xDAB1CB) is unknown color: approx Twilight. HEX triplet: DA, B1 and CB. RGB value is (218,177,203). Sum of RGB (Red+Green+Blue) = 218+177+203=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1CB is #254E34. Grayscale: #C0C0C0. Windows color (decimal): -2444853 or 13349338. OLE color: 13349338.

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

Color convert

RGB218177203-
CMYK00.190.070.15
HSL321.95º35.65%77.45%-
HSV(B)321.95º18.81%85.49%-
XYZ55.4250.6663.36-
YUV192.22134.08146.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 177 (69.53% from 255) = 29.60%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=36.45%
G=29.60%
B=33.95%

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
Decimal21817720300.190.070.15321.9535.6577.45
HexDAB1CB0137F142244d
Octal33226131302371750244115
Binary11011010101100011100101101001111111111010000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1CB; }

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

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

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

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

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

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

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

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