#D8C3DB

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

Shades of Thistle #D8C3DB

Tints of Thistle #D8C3DB

Color information

#D8C3DB (or 0xD8C3DB) is unknown color: approx Thistle. HEX triplet: D8, C3 and DB. RGB value is (216,195,219). Sum of RGB (Red+Green+Blue) = 216+195+219=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C3DB is #273C24. Grayscale: #CBCBCB. Windows color (decimal): -2571301 or 14402520. OLE color: 14402520.

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

Color convert

RGB216195219-
CMYK0.010.1100.14
HSL292.5º25%81.18%-
HSV(B)292.5º10.96%85.88%-
XYZ60.6258.7475.16-
YUV204.02136.46136.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.29%
GREEN value IS 195 (76.56% from 255) = 30.95%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=34.29%
G=30.95%
B=34.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161952190.010.1100.14292.52581.18
HexD8C3DB1B0E1241951
Octal33030333311301644431121
Binary1101100011000011110110111101101110100100100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C3DB; }

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

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

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

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

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

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

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

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