#D6CED4

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

Shades of Thistle #D6CED4

Tints of Thistle #D6CED4

Color information

#D6CED4 (or 0xD6CED4) is unknown color: approx Thistle. HEX triplet: D6, CE and D4. RGB value is (214,206,212). Sum of RGB (Red+Green+Blue) = 214+206+212=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CED4 is #29312B. Grayscale: #D1D1D1. Windows color (decimal): -2699564 or 13946582. OLE color: 13946582.

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

Color convert

RGB214206212-
CMYK00.040.010.16
HSL315º8.89%82.35%-
HSV(B)315º3.74%83.92%-
XYZ61.6963.1971.23-
YUV209.08129.65131.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.86%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=33.86%
G=32.59%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420621200.040.010.163158.8982.35
HexD6CED40411013b952
Octal3263163240412047311122
Binary110101101100111011010100010011000010011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CED4; }

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

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

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

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

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

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

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

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