#DEAE98

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

Shades of Wax Flower #DEAE98

Tints of Wax Flower #DEAE98

Color information

#DEAE98 (or 0xDEAE98) is unknown color: approx Wax Flower. HEX triplet: DE, AE and 98. RGB value is (222,174,152). Sum of RGB (Red+Green+Blue) = 222+174+152=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAE98 is #215167. Grayscale: #B9B9B9. Windows color (decimal): -2183528 or 10006238. OLE color: 10006238.

HSL color Cylindrical-coordinate representation of color #DEAE98: hue angle of 18.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEAE98 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222174152-
CMYK00.220.320.13
HSL18.86º51.47%73.33%-
HSV(B)18.86º31.53%87.06%-
XYZ50.9348.0736.3-
YUV185.84108.9153.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 152 (59.77% from 255) = 27.74%
R=40.51%
G=31.75%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217415200.220.320.1318.8651.4773.33
HexDEAE9801620D133349
Octal33625623002640152363111
Binary1101111010101110100110000101101000001101100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAE98; }

 p { color: rgb(222,174,152); }

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

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

 a { background-color: rgb(222,174,152); }

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

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

 span { border-color: rgb(222,174,152); }

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