#D5CED6

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

Shades of Thistle #D5CED6

Tints of Thistle #D5CED6

Color information

#D5CED6 (or 0xD5CED6) is unknown color: approx Thistle. HEX triplet: D5, CE and D6. RGB value is (213,206,214). Sum of RGB (Red+Green+Blue) = 213+206+214=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED6 is #2A3129. Grayscale: #D0D0D0. Windows color (decimal): -2765098 or 14077653. OLE color: 14077653.

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

Color convert

RGB213206214-
CMYK0.000.0400.16
HSL292.5º8.89%82.35%-
HSV(B)292.5º3.74%83.92%-
XYZ61.6563.1472.56-
YUV209130.82130.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.65%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 214 (83.98% from 255) = 33.81%
R=33.65%
G=32.54%
B=33.81%

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
Decimal2132062140.000.0400.16292.58.8982.35
HexD5CED604010125952
Octal3253163260402044511122
Binary110101011100111011010110010001000010010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CED6; }

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

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

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

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

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

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

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

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