#D7CDD7

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

Shades of Thistle #D7CDD7

Tints of Thistle #D7CDD7

Color information

#D7CDD7 (or 0xD7CDD7) is unknown color: approx Thistle. HEX triplet: D7, CD and D7. RGB value is (215,205,215). Sum of RGB (Red+Green+Blue) = 215+205+215=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D7CDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD7 is #283228. Grayscale: #D1D1D1. Windows color (decimal): -2634281 or 14142935. OLE color: 14142935.

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

Color convert

RGB215205215-
CMYK00.0500.16
HSL300º11.11%82.35%-
HSV(B)300º4.65%84.31%-
XYZ62.1263.0273.18-
YUV209.13131.31132.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=33.86%
G=32.28%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520521500.0500.1630011.1182.35
HexD7CDD70501012cb52
Octal3273153270502045413122
Binary110101111100110111010111010101000010010110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDD7; }

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

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

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

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

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

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

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

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