#D7BEDD

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

Shades of Thistle #D7BEDD

Tints of Thistle #D7BEDD

Color information

#D7BEDD (or 0xD7BEDD) is unknown color: approx Thistle. HEX triplet: D7, BE and DD. RGB value is (215,190,221). Sum of RGB (Red+Green+Blue) = 215+190+221=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEDD is #284122. Grayscale: #C8C8C8. Windows color (decimal): -2638115 or 14532311. OLE color: 14532311.

HSL color Cylindrical-coordinate representation of color #D7BEDD: hue angle of 288.39º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BEDD is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215190221-
CMYK0.030.1400.13
HSL288.39º31.31%80.59%-
HSV(B)288.39º14.03%86.67%-
XYZ59.4956.4976.18-
YUV201.01139.28137.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=34.35%
G=30.35%
B=35.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151902210.030.1400.13288.3931.3180.59
HexD7BEDD3E0D1201f51
Octal32727633531601544037121
Binary11010111101111101101110111111001101100100000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEDD; }

 p { color: rgb(215,190,221); }

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

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

 a { background-color: rgb(215,190,221); }

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

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

 span { border-color: rgb(215,190,221); }

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