#DFBBE9

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

Shades of Thistle #DFBBE9

Tints of Thistle #DFBBE9

Color information

#DFBBE9 (or 0xDFBBE9) is unknown color: approx Thistle. HEX triplet: DF, BB and E9. RGB value is (223,187,233). Sum of RGB (Red+Green+Blue) = 223+187+233=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBE9 is #204416. Grayscale: #CACACA. Windows color (decimal): -2114583 or 15317983. OLE color: 15317983.

HSL color Cylindrical-coordinate representation of color #DFBBE9: hue angle of 286.96º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBBE9 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223187233-
CMYK0.040.2000.09
HSL286.96º51.11%82.35%-
HSV(B)286.96º19.74%91.37%-
XYZ62.9157.1184.8-
YUV203.01144.93142.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=34.68%
G=29.08%
B=36.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231872330.040.2000.09286.9651.1182.35
HexDFBBE94140911f3352
Octal33727335142401143763122
Binary11011111101110111110100110010100010011000111111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBE9; }

 p { color: rgb(223,187,233); }

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

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

 a { background-color: rgb(223,187,233); }

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

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

 span { border-color: rgb(223,187,233); }

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