#D5CCD3

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

Shades of Thistle #D5CCD3

Tints of Thistle #D5CCD3

Color information

#D5CCD3 (or 0xD5CCD3) is unknown color: approx Thistle. HEX triplet: D5, CC and D3. RGB value is (213,204,211). Sum of RGB (Red+Green+Blue) = 213+204+211=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD3 is #2A332C. Grayscale: #CFCFCF. Windows color (decimal): -2765613 or 13880533. OLE color: 13880533.

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

Color convert

RGB213204211-
CMYK00.040.010.16
HSL313.33º9.68%81.76%-
HSV(B)313.33º4.23%83.53%-
XYZ60.7962.0470.4-
YUV207.49129.98131.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 211 (82.81% from 255) = 33.60%
R=33.92%
G=32.48%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320421100.040.010.16313.339.6881.76
HexD5CCD304110139a52
Octal3253143230412047112122
Binary110101011100110011010011010011000010011100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCD3; }

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

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

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

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

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

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

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

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