#D7CDD5

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

Shades of Thistle #D7CDD5

Tints of Thistle #D7CDD5

Color information

#D7CDD5 (or 0xD7CDD5) is unknown color: approx Thistle. HEX triplet: D7, CD and D5. RGB value is (215,205,213). Sum of RGB (Red+Green+Blue) = 215+205+213=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD5 is #28322A. Grayscale: #D0D0D0. Windows color (decimal): -2634283 or 14011863. OLE color: 14011863.

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

Color convert

RGB215205213-
CMYK00.050.010.16
HSL312º11.11%82.35%-
HSV(B)312º4.65%84.31%-
XYZ61.8762.9171.83-
YUV208.9130.31132.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.97%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=33.97%
G=32.39%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520521300.050.010.1631211.1182.35
HexD7CDD505110138b52
Octal3273153250512047013122
Binary110101111100110111010101010111000010011100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDD5; }

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

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

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

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

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

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

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

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