#DAB0CB

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

Shades of Twilight #DAB0CB

Tints of Twilight #DAB0CB

Color information

#DAB0CB (or 0xDAB0CB) is unknown color: approx Twilight. HEX triplet: DA, B0 and CB. RGB value is (218,176,203). Sum of RGB (Red+Green+Blue) = 218+176+203=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0CB is #254F34. Grayscale: #BFBFBF. Windows color (decimal): -2445109 or 13349082. OLE color: 13349082.

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

Color convert

RGB218176203-
CMYK00.190.070.15
HSL321.43º36.21%77.25%-
HSV(B)321.43º19.27%85.49%-
XYZ55.2250.2763.29-
YUV191.64134.41146.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=36.52%
G=29.48%
B=34.00%

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
Decimal21817620300.190.070.15321.4336.2177.25
HexDAB0CB0137F141244d
Octal33226031302371750144115
Binary11011010101100001100101101001111111111010000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0CB; }

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

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

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

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

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

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

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

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