#D6CED7

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

Shades of Thistle #D6CED7

Tints of Thistle #D6CED7

Color information

#D6CED7 (or 0xD6CED7) is unknown color: approx Thistle. HEX triplet: D6, CE and D7. RGB value is (214,206,215). Sum of RGB (Red+Green+Blue) = 214+206+215=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CED7 is #293128. Grayscale: #D1D1D1. Windows color (decimal): -2699561 or 14143190. OLE color: 14143190.

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

Color convert

RGB214206215-
CMYK0.000.0400.16
HSL293.33º10.11%82.55%-
HSV(B)293.33º4.19%84.31%-
XYZ62.0763.3573.25-
YUV209.42131.15131.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=33.70%
G=32.44%
B=33.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142062150.000.0400.16293.3310.1182.55
HexD6CED704010125a53
Octal3263163270402044512123
Binary110101101100111011010111010001000010010010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CED7; }

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

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

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

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

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

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

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

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