#D8C3D8

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

Shades of Thistle #D8C3D8

Tints of Thistle #D8C3D8

Color information

#D8C3D8 (or 0xD8C3D8) is unknown color: approx Thistle. HEX triplet: D8, C3 and D8. RGB value is (216,195,216). Sum of RGB (Red+Green+Blue) = 216+195+216=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D8C3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C3D8 is #273C27. Grayscale: #CBCBCB. Windows color (decimal): -2571304 or 14205912. OLE color: 14205912.

HSL color Cylindrical-coordinate representation of color #D8C3D8: hue angle of 300º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8C3D8 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216195216-
CMYK00.1000.15
HSL300º21.21%80.59%-
HSV(B)300º9.72%84.71%-
XYZ60.2358.5973.1-
YUV203.67134.96136.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=34.45%
G=31.10%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619521600.1000.1530021.2180.59
HexD8C3D80A0F12c1551
Octal33030333001201745425121
Binary1101100011000011110110000101001111100101100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C3D8; }

 p { color: rgb(216,195,216); }

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

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

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

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

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

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

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