#DAC1CA

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

Shades of Twilight #DAC1CA

Tints of Twilight #DAC1CA

Color information

#DAC1CA (or 0xDAC1CA) is unknown color: approx Twilight. HEX triplet: DA, C1 and CA. RGB value is (218,193,202). Sum of RGB (Red+Green+Blue) = 218+193+202=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1CA is #253E35. Grayscale: #C9C9C9. Windows color (decimal): -2440758 or 13287898. OLE color: 13287898.

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

Color convert

RGB218193202-
CMYK00.110.070.15
HSL338.4º25.25%80.59%-
HSV(B)338.4º11.47%85.49%-
XYZ58.6457.3163.85-
YUV201.5128.28139.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=35.56%
G=31.48%
B=32.95%

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
Decimal21819320200.110.070.15338.425.2580.59
HexDAC1CA0B7F1521951
Octal33230131201371752231121
Binary110110101100000111001010010111111111101010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1CA; }

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

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

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

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

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

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

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

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