#DACED9

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

Shades of Thistle #DACED9

Tints of Thistle #DACED9

Color information

#DACED9 (or 0xDACED9) is unknown color: approx Thistle. HEX triplet: DA, CE and D9. RGB value is (218,206,217). Sum of RGB (Red+Green+Blue) = 218+206+217=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED9 is #253126. Grayscale: #D2D2D2. Windows color (decimal): -2437415 or 14274266. OLE color: 14274266.

HSL color Cylindrical-coordinate representation of color #DACED9: hue angle of 305º degrees, saturation: 0.14, 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 #DACED9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218206217-
CMYK00.060.000.15
HSL305º13.95%83.14%-
HSV(B)305º5.5%85.49%-
XYZ63.5164.0674.66-
YUV210.84131.48133.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=34.01%
G=32.14%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820621700.060.000.1530513.9583.14
HexDACED9060F131e53
Octal3323163310601746116123
Binary11011010110011101101100101100111110011000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACED9; }

 p { color: rgb(218,206,217); }

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

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

 a { background-color: rgb(218,206,217); }

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

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

 span { border-color: rgb(218,206,217); }

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