#D5CBD7

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

Shades of Thistle #D5CBD7

Tints of Thistle #D5CBD7

Color information

#D5CBD7 (or 0xD5CBD7) is unknown color: approx Thistle. HEX triplet: D5, CB and D7. RGB value is (213,203,215). Sum of RGB (Red+Green+Blue) = 213+203+215=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBD7 is #2A3428. Grayscale: #CFCFCF. Windows color (decimal): -2765865 or 14142421. OLE color: 14142421.

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

Color convert

RGB213203215-
CMYK0.010.0600.16
HSL290º13.04%81.96%-
HSV(B)290º5.58%84.31%-
XYZ61.0661.7672.99-
YUV207.36132.31132.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 215 (84.38% from 255) = 34.07%
R=33.76%
G=32.17%
B=34.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132032150.010.0600.1629013.0481.96
HexD5CBD716010122d52
Octal3253133271602044215122
Binary110101011100101111010111111001000010010001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBD7; }

 p { color: rgb(213,203,215); }

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

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

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

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

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

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

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