#D7CED7

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

Shades of Thistle #D7CED7

Tints of Thistle #D7CED7

Color information

#D7CED7 (or 0xD7CED7) is unknown color: approx Thistle. HEX triplet: D7, CE and D7. RGB value is (215,206,215). Sum of RGB (Red+Green+Blue) = 215+206+215=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D7CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CED7 is #283128. Grayscale: #D1D1D1. Windows color (decimal): -2634025 or 14143191. OLE color: 14143191.

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

Color convert

RGB215206215-
CMYK00.0400.16
HSL300º10.11%82.55%-
HSV(B)300º4.19%84.31%-
XYZ62.3663.573.26-
YUV209.72130.98131.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 215 (84.38% from 255) = 33.81%
R=33.81%
G=32.39%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520621500.0400.1630010.1182.55
HexD7CED70401012ca53
Octal3273163270402045412123
Binary110101111100111011010111010001000010010110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CED7; }

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

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

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

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

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

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

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

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