#DACAD4

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

Shades of Twilight #DACAD4

Tints of Twilight #DACAD4

Color information

#DACAD4 (or 0xDACAD4) is unknown color: approx Twilight. HEX triplet: DA, CA and D4. RGB value is (218,202,212). Sum of RGB (Red+Green+Blue) = 218+202+212=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAD4 is #25352B. Grayscale: #CFCFCF. Windows color (decimal): -2438444 or 13945562. OLE color: 13945562.

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

Color convert

RGB218202212-
CMYK00.070.030.15
HSL322.5º17.78%82.35%-
HSV(B)322.5º7.34%85.49%-
XYZ61.9261.970.97-
YUV207.92130.3135.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=34.49%
G=31.96%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820221200.070.030.15322.517.7882.35
HexDACAD4073F1421252
Octal3323123240731750222122
Binary1101101011001010110101000111111111101000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAD4; }

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

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

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

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

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

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

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

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