#DACEDA

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

Shades of Thistle #DACEDA

Tints of Thistle #DACEDA

Color information

#DACEDA (or 0xDACEDA) is unknown color: approx Thistle. HEX triplet: DA, CE and DA. RGB value is (218,206,218). Sum of RGB (Red+Green+Blue) = 218+206+218=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEDA is #253125. Grayscale: #D2D2D2. Windows color (decimal): -2437414 or 14339802. OLE color: 14339802.

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

Color convert

RGB218206218-
CMYK00.0600.15
HSL300º13.95%83.14%-
HSV(B)300º5.5%85.49%-
XYZ63.6464.1175.35-
YUV210.96131.98133.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=33.96%
G=32.09%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820621800.0600.1530013.9583.14
HexDACEDA060F12ce53
Octal3323163320601745416123
Binary11011010110011101101101001100111110010110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEDA; }

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

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

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

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

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

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

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

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