#DFBAE2

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

Shades of Thistle #DFBAE2

Tints of Thistle #DFBAE2

Color information

#DFBAE2 (or 0xDFBAE2) is unknown color: approx Thistle. HEX triplet: DF, BA and E2. RGB value is (223,186,226). Sum of RGB (Red+Green+Blue) = 223+186+226=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFBAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAE2 is #20451D. Grayscale: #C9C9C9. Windows color (decimal): -2114846 or 14858975. OLE color: 14858975.

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

Color convert

RGB223186226-
CMYK0.010.1800.11
HSL295.5º40.82%80.78%-
HSV(B)295.5º17.7%88.63%-
XYZ61.7256.379.56-
YUV201.62141.76143.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 226 (88.67% from 255) = 35.59%
R=35.12%
G=29.29%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231862260.010.1800.11295.540.8280.78
HexDFBAE21120B1282951
Octal33727234212201345051121
Binary110111111011101011100010110010010111001010001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAE2; }

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

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

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

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

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

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

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

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