#D8C0DC

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

Shades of Thistle #D8C0DC

Tints of Thistle #D8C0DC

Color information

#D8C0DC (or 0xD8C0DC) is unknown color: approx Thistle. HEX triplet: D8, C0 and DC. RGB value is (216,192,220). Sum of RGB (Red+Green+Blue) = 216+192+220=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0DC is #273F23. Grayscale: #CACACA. Windows color (decimal): -2572068 or 14467288. OLE color: 14467288.

HSL color Cylindrical-coordinate representation of color #D8C0DC: hue angle of 291.43º 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 #D8C0DC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216192220-
CMYK0.020.1300.14
HSL291.43º28.57%80.78%-
HSV(B)291.43º12.73%86.27%-
XYZ60.0957.4775.64-
YUV202.37137.95137.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.39%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=34.39%
G=30.57%
B=35.03%

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
Decimal2161922200.020.1300.14291.4328.5780.78
HexD8C0DC2D0E1231d51
Octal33030033421501644335121
Binary11011000110000001101110010110101110100100011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C0DC; }

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

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

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

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

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

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

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

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