#DACFD6

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

Shades of Twilight #DACFD6

Tints of Twilight #DACFD6

Color information

#DACFD6 (or 0xDACFD6) is unknown color: approx Twilight. HEX triplet: DA, CF and D6. RGB value is (218,207,214). Sum of RGB (Red+Green+Blue) = 218+207+214=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFD6 is #253029. Grayscale: #D3D3D3. Windows color (decimal): -2437162 or 14077914. OLE color: 14077914.

HSL color Cylindrical-coordinate representation of color #DACFD6: hue angle of 321.82º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DACFD6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218207214-
CMYK00.050.020.15
HSL321.82º12.94%83.33%-
HSV(B)321.82º5.05%85.49%-
XYZ63.3664.3972.71-
YUV211.09129.64132.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=34.12%
G=32.39%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820721400.050.020.15321.8212.9483.33
HexDACFD6052F142d53
Octal3323173260521750215123
Binary110110101100111111010110010110111110100001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFD6; }

 p { color: rgb(218,207,214); }

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

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

 a { background-color: rgb(218,207,214); }

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

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

 span { border-color: rgb(218,207,214); }

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