#DAC8D2

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

Shades of Twilight #DAC8D2

Tints of Twilight #DAC8D2

Color information

#DAC8D2 (or 0xDAC8D2) is unknown color: approx Twilight. HEX triplet: DA, C8 and D2. RGB value is (218,200,210). Sum of RGB (Red+Green+Blue) = 218+200+210=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8D2 is #25372D. Grayscale: #CECECE. Windows color (decimal): -2438958 or 13813978. OLE color: 13813978.

HSL color Cylindrical-coordinate representation of color #DAC8D2: hue angle of 326.67º degrees, saturation: 0.2, 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 #DAC8D2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218200210-
CMYK00.080.040.15
HSL326.67º19.57%81.96%-
HSV(B)326.67º8.26%85.49%-
XYZ61.260.8769.5-
YUV206.52129.96136.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.71%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=34.71%
G=31.85%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820021000.080.040.15326.6719.5781.96
HexDAC8D2084F1471452
Octal33231032201041750724122
Binary110110101100100011010010010001001111101000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8D2; }

 p { color: rgb(218,200,210); }

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

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

 a { background-color: rgb(218,200,210); }

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

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

 span { border-color: rgb(218,200,210); }

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