#D9CBD8

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

Shades of Thistle #D9CBD8

Tints of Thistle #D9CBD8

Color information

#D9CBD8 (or 0xD9CBD8) is unknown color: approx Thistle. HEX triplet: D9, CB and D8. RGB value is (217,203,216). Sum of RGB (Red+Green+Blue) = 217+203+216=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBD8 is #263427. Grayscale: #D0D0D0. Windows color (decimal): -2503720 or 14207961. OLE color: 14207961.

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

Color convert

RGB217203216-
CMYK00.060.000.15
HSL304.29º15.56%82.35%-
HSV(B)304.29º6.45%85.1%-
XYZ62.3762.4273.73-
YUV208.67132.14133.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=34.12%
G=31.92%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720321600.060.000.15304.2915.5682.35
HexD9CBD8060F1301052
Octal3313133300601746020122
Binary110110011100101111011000011001111100110000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBD8; }

 p { color: rgb(217,203,216); }

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

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

 a { background-color: rgb(217,203,216); }

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

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

 span { border-color: rgb(217,203,216); }

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