#D6CED6

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

Shades of Thistle #D6CED6

Tints of Thistle #D6CED6

Color information

#D6CED6 (or 0xD6CED6) is unknown color: approx Thistle. HEX triplet: D6, CE and D6. RGB value is (214,206,214). Sum of RGB (Red+Green+Blue) = 214+206+214=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CED6 is #293129. Grayscale: #D1D1D1. Windows color (decimal): -2699562 or 14077654. OLE color: 14077654.

HSL color Cylindrical-coordinate representation of color #D6CED6: hue angle of 300º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6CED6 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214206214-
CMYK00.0400.16
HSL300º8.89%82.35%-
HSV(B)300º3.74%83.92%-
XYZ61.9463.2972.57-
YUV209.3130.65131.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=33.75%
G=32.49%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420621400.0400.163008.8982.35
HexD6CED60401012c952
Octal3263163260402045411122
Binary110101101100111011010110010001000010010110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CED6; }

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

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

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

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

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

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

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

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