#D9BAE0

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

Shades of Thistle #D9BAE0

Tints of Thistle #D9BAE0

Color information

#D9BAE0 (or 0xD9BAE0) is unknown color: approx Thistle. HEX triplet: D9, BA and E0. RGB value is (217,186,224). Sum of RGB (Red+Green+Blue) = 217+186+224=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAE0 is #26451F. Grayscale: #C7C7C7. Windows color (decimal): -2508064 or 14727897. OLE color: 14727897.

HSL color Cylindrical-coordinate representation of color #D9BAE0: hue angle of 288.95º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9BAE0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217186224-
CMYK0.030.1700.12
HSL288.95º38%80.39%-
HSV(B)288.95º16.96%87.84%-
XYZ59.6355.2578.04-
YUV199.6141.77140.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=34.61%
G=29.67%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171862240.030.1700.12288.953880.39
HexD9BAE03110C1212650
Octal33127234032101444146120
Binary1101100110111010111000001110001011001001000011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAE0; }

 p { color: rgb(217,186,224); }

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

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

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

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

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

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

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