Html Css Color HEX #DEAD98 Wax Flower

📋 copy color: '#DEAD98'

red 222 ◦ green 173 ◦ blue 152

#DEAD98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #DEAD98

Tints of Wax Flower #DEAD98

RGB

 RED value IS 222 (87.11% from 255) = 40.59%

 GREEN value IS 173 (67.97% from 255) = 31.63%

 BLUE value IS 152 (59.77% from 255) = 27.79%

R = 40.59%
G = 31.63%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEAD98 (or 0xDEAD98) is known color: Wax Flower. HEX triplet: DE, AD and 98. RGB value is (222,173,152). Sum of RGB (Red+Green+Blue) = 222+173+152=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAD98 is #215267. Grayscale: #B9B9B9. Windows color (decimal): -2183784 or 10005982. OLE color: 10005982.

HSL color Cylindrical-coordinate representation of color #DEAD98: hue angle of 18º 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 #DEAD98 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 173 152 -
CMYK 0 0.22 0.32 0.13
HSL 18º 0.51% 0.73% -
HSV(B) 18º 0.32% 0.87% -
XYZ 50.74 47.68 36.24 -
YUV 185.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 222 173 152 0 0.22 0.32 0.13 18 0.51 0.73
Hex DE AD 98 0 16 20 D 12 33 49
Octal 336 255 230 0 26 40 15 22 63 111
Binary 11011110 10101101 10011000 0 10110 100000 1101 10010 110011 1001001

Color Harmonies of #DEAD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD98

Black with #DEAD98

Text Example


Text Example

White with #DEAD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD98; }

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

 H1.HeaderClassName
 {
   color: #DEAD98;
 }
 .AnyTagClassName
 {
   color: #DEAD98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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