#D7C9D5

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

Shades of Thistle #D7C9D5

Tints of Thistle #D7C9D5

Color information

#D7C9D5 (or 0xD7C9D5) is unknown color: approx Thistle. HEX triplet: D7, C9 and D5. RGB value is (215,201,213). Sum of RGB (Red+Green+Blue) = 215+201+213=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9D5 is #28362A. Grayscale: #CECECE. Windows color (decimal): -2635307 or 14010839. OLE color: 14010839.

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

Color convert

RGB215201213-
CMYK00.070.010.16
HSL308.57º14.89%81.57%-
HSV(B)308.57º6.51%84.31%-
XYZ60.9261.0271.52-
YUV206.55131.64134.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 213 (83.59% from 255) = 33.86%
R=34.18%
G=31.96%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520121300.070.010.16308.5714.8981.57
HexD7C9D507110135f52
Octal3273113250712046517122
Binary110101111100100111010101011111000010011010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C9D5; }

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

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

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

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

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

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

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

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