#D7CCD7

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

Shades of Thistle #D7CCD7

Tints of Thistle #D7CCD7

Color information

#D7CCD7 (or 0xD7CCD7) is unknown color: approx Thistle. HEX triplet: D7, CC and D7. RGB value is (215,204,215). Sum of RGB (Red+Green+Blue) = 215+204+215=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D7CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCD7 is #283328. Grayscale: #D0D0D0. Windows color (decimal): -2634537 or 14142679. OLE color: 14142679.

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

Color convert

RGB215204215-
CMYK00.0500.16
HSL300º12.09%82.16%-
HSV(B)300º5.12%84.31%-
XYZ61.8862.5473.1-
YUV208.54131.64132.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=33.91%
G=32.18%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520421500.0500.1630012.0982.16
HexD7CCD70501012cc52
Octal3273143270502045414122
Binary110101111100110011010111010101000010010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCD7; }

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

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

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

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

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

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

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

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