#D4C9D7

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

Shades of Thistle #D4C9D7

Tints of Thistle #D4C9D7

Color information

#D4C9D7 (or 0xD4C9D7) is unknown color: approx Thistle. HEX triplet: D4, C9 and D7. RGB value is (212,201,215). Sum of RGB (Red+Green+Blue) = 212+201+215=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4C9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C9D7 is #2B3628. Grayscale: #CDCDCD. Windows color (decimal): -2831913 or 14141908. OLE color: 14141908.

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

Color convert

RGB212201215-
CMYK0.010.0700.16
HSL287.14º14.89%81.57%-
HSV(B)287.14º6.51%84.31%-
XYZ60.360.6872.82-
YUV205.88133.14132.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=33.76%
G=32.01%
B=34.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122012150.010.0700.16287.1414.8981.57
HexD4C9D71701011ff52
Octal3243113271702043717122
Binary110101001100100111010111111101000010001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C9D7; }

 p { color: rgb(212,201,215); }

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

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

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

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

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

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

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