#D8C2DF

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

Shades of Thistle #D8C2DF

Tints of Thistle #D8C2DF

Color information

#D8C2DF (or 0xD8C2DF) is unknown color: approx Thistle. HEX triplet: D8, C2 and DF. RGB value is (216,194,223). Sum of RGB (Red+Green+Blue) = 216+194+223=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2DF is #273D20. Grayscale: #CBCBCB. Windows color (decimal): -2571553 or 14664408. OLE color: 14664408.

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

Color convert

RGB216194223-
CMYK0.030.1300.13
HSL285.52º31.18%81.76%-
HSV(B)285.52º13%87.45%-
XYZ60.9358.5177.89-
YUV203.88138.79136.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=34.12%
G=30.65%
B=35.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161942230.030.1300.13285.5231.1881.76
HexD8C2DF3D0D11e1f52
Octal33030233731501543637122
Binary11011000110000101101111111110101101100011110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C2DF; }

 p { color: rgb(216,194,223); }

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

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

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

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

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

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

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