#DFBAE4

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

Shades of Thistle #DFBAE4

Tints of Thistle #DFBAE4

Color information

#DFBAE4 (or 0xDFBAE4) is unknown color: approx Thistle. HEX triplet: DF, BA and E4. RGB value is (223,186,228). Sum of RGB (Red+Green+Blue) = 223+186+228=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFBAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAE4 is #20451B. Grayscale: #C9C9C9. Windows color (decimal): -2114844 or 14990047. OLE color: 14990047.

HSL color Cylindrical-coordinate representation of color #DFBAE4: hue angle of 292.86º degrees, saturation: 0.44, 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 #DFBAE4 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223186228-
CMYK0.020.1800.11
HSL292.86º43.75%81.18%-
HSV(B)292.86º18.42%89.41%-
XYZ61.9956.4181.02-
YUV201.85142.76143.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=35.01%
G=29.20%
B=35.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231862280.020.1800.11292.8643.7581.18
HexDFBAE42120B1252c51
Octal33727234422201344554121
Binary1101111110111010111001001010010010111001001011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAE4; }

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

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

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

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

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

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

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

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