#D4BAD4

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

Shades of Thistle #D4BAD4

Tints of Thistle #D4BAD4

Color information

#D4BAD4 (or 0xD4BAD4) is unknown color: approx Thistle. HEX triplet: D4, BA and D4. RGB value is (212,186,212). Sum of RGB (Red+Green+Blue) = 212+186+212=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D4BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAD4 is #2B452B. Grayscale: #C4C4C4. Windows color (decimal): -2835756 or 13941460. OLE color: 13941460.

HSL color Cylindrical-coordinate representation of color #D4BAD4: hue angle of 300º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BAD4 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB212186212-
CMYK00.1200.17
HSL300º23.21%78.04%-
HSV(B)300º12.26%83.14%-
XYZ56.5953.8769.7-
YUV196.74136.61138.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 212 (83.20% from 255) = 34.75%
R=34.75%
G=30.49%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218621200.1200.1730023.2178.04
HexD4BAD40C01112c174e
Octal32427232401402145427116
Binary11010100101110101101010001100010001100101100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAD4; }

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

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

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

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

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

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

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

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