#D7CDD9

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

Shades of Thistle #D7CDD9

Tints of Thistle #D7CDD9

Color information

#D7CDD9 (or 0xD7CDD9) is unknown color: approx Thistle. HEX triplet: D7, CD and D9. RGB value is (215,205,217). Sum of RGB (Red+Green+Blue) = 215+205+217=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD9 is #283226. Grayscale: #D1D1D1. Windows color (decimal): -2634279 or 14274007. OLE color: 14274007.

HSL color Cylindrical-coordinate representation of color #D7CDD9: hue angle of 290º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7CDD9 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215205217-
CMYK0.010.0600.15
HSL290º13.64%82.75%-
HSV(B)290º5.53%85.1%-
XYZ62.3863.1274.54-
YUV209.36132.31132.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=33.75%
G=32.18%
B=34.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152052170.010.0600.1529013.6482.75
HexD7CDD9160F122e53
Octal3273153311601744216123
Binary11010111110011011101100111100111110010001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDD9; }

 p { color: rgb(215,205,217); }

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

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

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

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

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

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

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