#DAC0CA

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

Shades of Twilight #DAC0CA

Tints of Twilight #DAC0CA

Color information

#DAC0CA (or 0xDAC0CA) is unknown color: approx Twilight. HEX triplet: DA, C0 and CA. RGB value is (218,192,202). Sum of RGB (Red+Green+Blue) = 218+192+202=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0CA is #253F35. Grayscale: #C8C8C8. Windows color (decimal): -2441014 or 13287642. OLE color: 13287642.

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

Color convert

RGB218192202-
CMYK00.120.070.15
HSL336.92º26%80.39%-
HSV(B)336.92º11.93%85.49%-
XYZ58.4256.8763.77-
YUV200.91128.61140.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=35.62%
G=31.37%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819220200.120.070.15336.922680.39
HexDAC0CA0C7F1511a50
Octal33230031201471752132120
Binary110110101100000011001010011001111111101010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0CA; }

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

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

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

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

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

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

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

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