#D5CCD4

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

Shades of Thistle #D5CCD4

Tints of Thistle #D5CCD4

Color information

#D5CCD4 (or 0xD5CCD4) is unknown color: approx Thistle. HEX triplet: D5, CC and D4. RGB value is (213,204,212). Sum of RGB (Red+Green+Blue) = 213+204+212=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD4 is #2A332B. Grayscale: #CFCFCF. Windows color (decimal): -2765612 or 13946069. OLE color: 13946069.

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

Color convert

RGB213204212-
CMYK00.040.000.16
HSL306.67º9.68%81.76%-
HSV(B)306.67º4.23%83.53%-
XYZ60.9262.0971.06-
YUV207.6130.48131.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.86%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 212 (83.20% from 255) = 33.70%
R=33.86%
G=32.43%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320421200.040.000.16306.679.6881.76
HexD5CCD404010133a52
Octal3253143240402046312122
Binary110101011100110011010100010001000010011001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCD4; }

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

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

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

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

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

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

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

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