Html Css Color HEX #DEAE96 Cashmere

📋 copy color: '#DEAE96'

red 222 ◦ green 174 ◦ blue 150

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

Shades of Cashmere #DEAE96

Tints of Cashmere #DEAE96

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.87%

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 40.66%
G = 31.87%
B = 27.47%

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

#DEAE96 (or 0xDEAE96) is known color: Cashmere. HEX triplet: DE, AE and 96. RGB value is (222,174,150). Sum of RGB (Red+Green+Blue) = 222+174+150=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAE96 is #215169. Grayscale: #B9B9B9. Windows color (decimal): -2183530 or 9875166. OLE color: 9875166.

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

Color convert

RGB 222 174 150 -
CMYK 0 0.22 0.32 0.13
HSL 20º 0.52% 0.73% -
HSV(B) 20º 0.32% 0.87% -
XYZ 50.77 48 35.44 -
YUV 185.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 222 174 150 0 0.22 0.32 0.13 20 0.52 0.73
Hex DE AE 96 0 16 20 D 14 34 49
Octal 336 256 226 0 26 40 15 24 64 111
Binary 11011110 10101110 10010110 0 10110 100000 1101 10100 110100 1001001

Color Harmonies of #DEAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE96

Black with #DEAE96

Text Example


Text Example

White with #DEAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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