#D9BDE0

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

Shades of Thistle #D9BDE0

Tints of Thistle #D9BDE0

Color information

#D9BDE0 (or 0xD9BDE0) is unknown color: approx Thistle. HEX triplet: D9, BD and E0. RGB value is (217,189,224). Sum of RGB (Red+Green+Blue) = 217+189+224=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDE0 is #26421F. Grayscale: #C9C9C9. Windows color (decimal): -2507296 or 14728665. OLE color: 14728665.

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

Color convert

RGB217189224-
CMYK0.030.1600.12
HSL288º36.08%80.98%-
HSV(B)288º15.62%87.84%-
XYZ60.2756.5378.26-
YUV201.36140.78139.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.44%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=34.44%
G=30%
B=35.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171892240.030.1600.1228836.0880.98
HexD9BDE03100C1202451
Octal33127534032001444044121
Binary1101100110111101111000001110000011001001000001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDE0; }

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

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

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

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

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

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

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

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