#DFBBE2

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

Shades of Thistle #DFBBE2

Tints of Thistle #DFBBE2

Color information

#DFBBE2 (or 0xDFBBE2) is unknown color: approx Thistle. HEX triplet: DF, BB and E2. RGB value is (223,187,226). Sum of RGB (Red+Green+Blue) = 223+187+226=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBE2 is #20441D. Grayscale: #CACACA. Windows color (decimal): -2114590 or 14859231. OLE color: 14859231.

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

Color convert

RGB223187226-
CMYK0.010.1700.11
HSL295.38º40.21%80.98%-
HSV(B)295.38º17.26%88.63%-
XYZ61.9356.7279.64-
YUV202.21141.43142.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 226 (88.67% from 255) = 35.53%
R=35.06%
G=29.40%
B=35.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231872260.010.1700.11295.3840.2180.98
HexDFBBE21110B1272851
Octal33727334212101344750121
Binary110111111011101111100010110001010111001001111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBE2; }

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

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

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

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

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

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

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

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