#D8C4DD

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

Shades of Thistle #D8C4DD

Tints of Thistle #D8C4DD

Color information

#D8C4DD (or 0xD8C4DD) is unknown color: approx Thistle. HEX triplet: D8, C4 and DD. RGB value is (216,196,221). Sum of RGB (Red+Green+Blue) = 216+196+221=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4DD is #273B22. Grayscale: #CCCCCC. Windows color (decimal): -2571043 or 14533848. OLE color: 14533848.

HSL color Cylindrical-coordinate representation of color #D8C4DD: hue angle of 288º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C4DD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216196221-
CMYK0.020.1100.13
HSL288º26.88%81.76%-
HSV(B)288º11.31%86.67%-
XYZ61.1159.376.63-
YUV204.83137.13135.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=34.12%
G=30.96%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161962210.020.1100.1328826.8881.76
HexD8C4DD2B0D1201b52
Octal33030433521301544033122
Binary11011000110001001101110110101101101100100000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C4DD; }

 p { color: rgb(216,196,221); }

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

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

 a { background-color: rgb(216,196,221); }

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

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

 span { border-color: rgb(216,196,221); }

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