#D7C3DD

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

Shades of Thistle #D7C3DD

Tints of Thistle #D7C3DD

Color information

#D7C3DD (or 0xD7C3DD) is unknown color: approx Thistle. HEX triplet: D7, C3 and DD. RGB value is (215,195,221). Sum of RGB (Red+Green+Blue) = 215+195+221=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3DD is #283C22. Grayscale: #CBCBCB. Windows color (decimal): -2636835 or 14533591. OLE color: 14533591.

HSL color Cylindrical-coordinate representation of color #D7C3DD: hue angle of 286.15º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7C3DD is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215195221-
CMYK0.030.1200.13
HSL286.15º27.66%81.57%-
HSV(B)286.15º11.76%86.67%-
XYZ60.5958.776.54-
YUV203.94137.63135.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 195 (76.56% from 255) = 30.90%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=34.07%
G=30.90%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151952210.030.1200.13286.1527.6681.57
HexD7C3DD3C0D11e1c52
Octal32730333531401543634122
Binary11010111110000111101110111110001101100011110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C3DD; }

 p { color: rgb(215,195,221); }

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

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

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

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

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

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

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