#DAC9D4

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

Shades of Twilight #DAC9D4

Tints of Twilight #DAC9D4

Color information

#DAC9D4 (or 0xDAC9D4) is unknown color: approx Twilight. HEX triplet: DA, C9 and D4. RGB value is (218,201,212). Sum of RGB (Red+Green+Blue) = 218+201+212=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9D4 is #25362B. Grayscale: #CFCFCF. Windows color (decimal): -2438700 or 13945306. OLE color: 13945306.

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

Color convert

RGB218201212-
CMYK00.080.030.15
HSL321.18º18.68%82.16%-
HSV(B)321.18º7.8%85.49%-
XYZ61.6861.4370.89-
YUV207.34130.63135.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=34.55%
G=31.85%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820121200.080.030.15321.1818.6882.16
HexDAC9D4083F1411352
Octal33231132401031750123122
Binary11011010110010011101010001000111111101000001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9D4; }

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

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

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

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

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

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

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

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