#D7C0DC

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

Shades of Thistle #D7C0DC

Tints of Thistle #D7C0DC

Color information

#D7C0DC (or 0xD7C0DC) is unknown color: approx Thistle. HEX triplet: D7, C0 and DC. RGB value is (215,192,220). Sum of RGB (Red+Green+Blue) = 215+192+220=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0DC is #283F23. Grayscale: #C9C9C9. Windows color (decimal): -2637604 or 14467287. OLE color: 14467287.

HSL color Cylindrical-coordinate representation of color #D7C0DC: hue angle of 289.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7C0DC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215192220-
CMYK0.020.1300.14
HSL289.29º28.57%80.78%-
HSV(B)289.29º12.73%86.27%-
XYZ59.7957.3175.62-
YUV202.07138.12137.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 192 (75.39% from 255) = 30.62%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=34.29%
G=30.62%
B=35.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151922200.020.1300.14289.2928.5780.78
HexD7C0DC2D0E1211d51
Octal32730033421501644135121
Binary11010111110000001101110010110101110100100001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0DC; }

 p { color: rgb(215,192,220); }

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

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

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

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

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

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

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