#D9BDE2

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

Shades of Thistle #D9BDE2

Tints of Thistle #D9BDE2

Color information

#D9BDE2 (or 0xD9BDE2) is unknown color: approx Thistle. HEX triplet: D9, BD and E2. RGB value is (217,189,226). Sum of RGB (Red+Green+Blue) = 217+189+226=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #D9BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDE2 is #26421D. Grayscale: #C9C9C9. Windows color (decimal): -2507294 or 14859737. OLE color: 14859737.

HSL color Cylindrical-coordinate representation of color #D9BDE2: hue angle of 285.41º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BDE2 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217189226-
CMYK0.040.1600.11
HSL285.41º38.95%81.37%-
HSV(B)285.41º16.37%88.63%-
XYZ60.5456.6479.69-
YUV201.59141.78138.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 226 (88.67% from 255) = 35.76%
R=34.34%
G=29.91%
B=35.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171892260.040.1600.11285.4138.9581.37
HexD9BDE24100B11d2751
Octal33127534242001343547121
Binary11011001101111011110001010010000010111000111011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDE2; }

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

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

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

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

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

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

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

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