#D7BDDE

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

Shades of Thistle #D7BDDE

Tints of Thistle #D7BDDE

Color information

#D7BDDE (or 0xD7BDDE) is unknown color: approx Thistle. HEX triplet: D7, BD and DE. RGB value is (215,189,222). Sum of RGB (Red+Green+Blue) = 215+189+222=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDDE is #284221. Grayscale: #C8C8C8. Windows color (decimal): -2638370 or 14597591. OLE color: 14597591.

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

Color convert

RGB215189222-
CMYK0.030.1500.13
HSL287.27º33.33%80.59%-
HSV(B)287.27º14.86%87.06%-
XYZ59.4156.1276.81-
YUV200.54140.11138.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=34.35%
G=30.19%
B=35.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151892220.030.1500.13287.2733.3380.59
HexD7BDDE3F0D11f2151
Octal32727533631701543741121
Binary110101111011110111011110111111011011000111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDDE; }

 p { color: rgb(215,189,222); }

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

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

 a { background-color: rgb(215,189,222); }

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

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

 span { border-color: rgb(215,189,222); }

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