#D8CCDA

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

Shades of Thistle #D8CCDA

Tints of Thistle #D8CCDA

Color information

#D8CCDA (or 0xD8CCDA) is unknown color: approx Thistle. HEX triplet: D8, CC and DA. RGB value is (216,204,218). Sum of RGB (Red+Green+Blue) = 216+204+218=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCDA is #273325. Grayscale: #D1D1D1. Windows color (decimal): -2568998 or 14339288. OLE color: 14339288.

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

Color convert

RGB216204218-
CMYK0.010.0600.15
HSL291.43º15.91%82.75%-
HSV(B)291.43º6.42%85.49%-
XYZ62.5762.8575.16-
YUV209.18132.98132.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.86%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=33.86%
G=31.97%
B=34.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162042180.010.0600.15291.4315.9182.75
HexD8CCDA160F1231053
Octal3303143321601744320123
Binary110110001100110011011010111001111100100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCDA; }

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

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

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

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

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

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

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

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