#DAC2CB

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

Shades of Twilight #DAC2CB

Tints of Twilight #DAC2CB

Color information

#DAC2CB (or 0xDAC2CB) is unknown color: approx Twilight. HEX triplet: DA, C2 and CB. RGB value is (218,194,203). Sum of RGB (Red+Green+Blue) = 218+194+203=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2CB is #253D34. Grayscale: #CACACA. Windows color (decimal): -2440501 or 13353690. OLE color: 13353690.

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

Color convert

RGB218194203-
CMYK00.110.070.15
HSL337.5º24.49%80.78%-
HSV(B)337.5º11.01%85.49%-
XYZ58.9857.864.55-
YUV202.2128.45139.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=35.45%
G=31.54%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819420300.110.070.15337.524.4980.78
HexDAC2CB0B7F1521851
Octal33230231301371752230121
Binary110110101100001011001011010111111111101010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2CB; }

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

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

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

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

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

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

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

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