#D4CED5

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

Shades of Thistle #D4CED5

Tints of Thistle #D4CED5

Color information

#D4CED5 (or 0xD4CED5) is unknown color: approx Thistle. HEX triplet: D4, CE and D5. RGB value is (212,206,213). Sum of RGB (Red+Green+Blue) = 212+206+213=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CED5 is #2B312A. Grayscale: #D0D0D0. Windows color (decimal): -2830635 or 14012116. OLE color: 14012116.

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

Color convert

RGB212206213-
CMYK0.000.0300.16
HSL291.43º7.69%82.16%-
HSV(B)291.43º3.29%83.53%-
XYZ61.2362.9471.87-
YUV208.59130.49130.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.60%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=33.60%
G=32.65%
B=33.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122062130.000.0300.16291.437.6982.16
HexD4CED503010123852
Octal3243163250302044310122
Binary11010100110011101101010101101000010010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CED5; }

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

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

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

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

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

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

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

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