#D5CCD5

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

Shades of Thistle #D5CCD5

Tints of Thistle #D5CCD5

Color information

#D5CCD5 (or 0xD5CCD5) is unknown color: approx Thistle. HEX triplet: D5, CC and D5. RGB value is (213,204,213). Sum of RGB (Red+Green+Blue) = 213+204+213=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D5CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD5 is #2A332A. Grayscale: #CFCFCF. Windows color (decimal): -2765611 or 14011605. OLE color: 14011605.

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

Color convert

RGB213204213-
CMYK00.0400.16
HSL300º9.68%81.76%-
HSV(B)300º4.23%83.53%-
XYZ61.0462.1471.73-
YUV207.72130.98131.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=33.81%
G=32.38%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320421300.0400.163009.6881.76
HexD5CCD50401012ca52
Octal3253143250402045412122
Binary110101011100110011010101010001000010010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCD5; }

 p { color: rgb(213,204,213); }

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

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

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

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

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

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

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