#D8CCD6

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

Shades of Thistle #D8CCD6

Tints of Thistle #D8CCD6

Color information

#D8CCD6 (or 0xD8CCD6) is unknown color: approx Thistle. HEX triplet: D8, CC and D6. RGB value is (216,204,214). Sum of RGB (Red+Green+Blue) = 216+204+214=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCD6 is #273329. Grayscale: #D0D0D0. Windows color (decimal): -2569002 or 14077144. OLE color: 14077144.

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

Color convert

RGB216204214-
CMYK00.060.010.15
HSL310º13.33%82.35%-
HSV(B)310º5.56%84.71%-
XYZ62.0562.6472.44-
YUV208.73130.98133.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.07%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=34.07%
G=32.18%
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
Decimal21620421400.060.010.1531013.3382.35
HexD8CCD6061F136d52
Octal3303143260611746615122
Binary11011000110011001101011001101111110011011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCD6; }

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

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

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

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

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

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

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

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