#DACDD6

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

Shades of Twilight #DACDD6

Tints of Twilight #DACDD6

Color information

#DACDD6 (or 0xDACDD6) is unknown color: approx Twilight. HEX triplet: DA, CD and D6. RGB value is (218,205,214). Sum of RGB (Red+Green+Blue) = 218+205+214=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD6 is #253229. Grayscale: #D1D1D1. Windows color (decimal): -2437674 or 14077402. OLE color: 14077402.

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

Color convert

RGB218205214-
CMYK00.060.020.15
HSL318.46º14.94%82.94%-
HSV(B)318.46º5.96%85.49%-
XYZ62.8863.4272.55-
YUV209.91130.31133.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=34.22%
G=32.18%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820521400.060.020.15318.4614.9482.94
HexDACDD6062F13ef53
Octal3323153260621747617123
Binary110110101100110111010110011010111110011111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDD6; }

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

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

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

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

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

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

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

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