#DACED8

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

Shades of Thistle #DACED8

Tints of Thistle #DACED8

Color information

#DACED8 (or 0xDACED8) is unknown color: approx Thistle. HEX triplet: DA, CE and D8. RGB value is (218,206,216). Sum of RGB (Red+Green+Blue) = 218+206+216=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED8 is #253127. Grayscale: #D2D2D2. Windows color (decimal): -2437416 or 14208730. OLE color: 14208730.

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

Color convert

RGB218206216-
CMYK00.060.010.15
HSL310º13.95%83.14%-
HSV(B)310º5.5%85.49%-
XYZ63.3864.0173.98-
YUV210.73130.98133.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 216 (84.77% from 255) = 33.75%
R=34.06%
G=32.19%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820621600.060.010.1531013.9583.14
HexDACED8061F136e53
Octal3323163300611746616123
Binary11011010110011101101100001101111110011011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACED8; }

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

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

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

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

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

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

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

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