#D4BAD8

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

Shades of Thistle #D4BAD8

Tints of Thistle #D4BAD8

Color information

#D4BAD8 (or 0xD4BAD8) is unknown color: approx Thistle. HEX triplet: D4, BA and D8. RGB value is (212,186,216). Sum of RGB (Red+Green+Blue) = 212+186+216=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAD8 is #2B4527. Grayscale: #C5C5C5. Windows color (decimal): -2835752 or 14203604. OLE color: 14203604.

HSL color Cylindrical-coordinate representation of color #D4BAD8: hue angle of 292º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BAD8 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212186216-
CMYK0.020.1400.15
HSL292º27.78%78.82%-
HSV(B)292º13.89%84.71%-
XYZ57.154.0772.39-
YUV197.19138.61138.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.53%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 216 (84.77% from 255) = 35.18%
R=34.53%
G=30.29%
B=35.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121862160.020.1400.1529227.7878.82
HexD4BAD82E0F1241c4f
Octal32427233021601744434117
Binary11010100101110101101100010111001111100100100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAD8; }

 p { color: rgb(212,186,216); }

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

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

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

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

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

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

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