#DAC2CF

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

Shades of Twilight #DAC2CF

Tints of Twilight #DAC2CF

Color information

#DAC2CF (or 0xDAC2CF) is unknown color: approx Twilight. HEX triplet: DA, C2 and CF. RGB value is (218,194,207). Sum of RGB (Red+Green+Blue) = 218+194+207=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2CF is #253D30. Grayscale: #CACACA. Windows color (decimal): -2440497 or 13615834. OLE color: 13615834.

HSL color Cylindrical-coordinate representation of color #DAC2CF: hue angle of 327.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 #DAC2CF is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218194207-
CMYK00.110.050.15
HSL327.5º24.49%80.78%-
HSV(B)327.5º11.01%85.49%-
XYZ59.4757.9967.09-
YUV202.66130.45138.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=35.22%
G=31.34%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819420700.110.050.15327.524.4980.78
HexDAC2CF0B5F1481851
Octal33230231701351751030121
Binary110110101100001011001111010111011111101001000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2CF; }

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

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

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

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

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

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

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

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