#DEBEAE

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

Shades of Just Right #DEBEAE

Tints of Just Right #DEBEAE

Color information

#DEBEAE (or 0xDEBEAE) is unknown color: approx Just Right. HEX triplet: DE, BE and AE. RGB value is (222,190,174). Sum of RGB (Red+Green+Blue) = 222+190+174=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEAE is #214151. Grayscale: #C5C5C5. Windows color (decimal): -2179410 or 11452126. OLE color: 11452126.

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

Color convert

RGB222190174-
CMYK00.140.220.13
HSL20º42.11%77.65%-
HSV(B)20º21.62%87.06%-
XYZ56.1855.4147.78-
YUV197.74114.6145.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=37.88%
G=32.42%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219017400.140.220.132042.1177.65
HexDEBEAE0E16D142a4e
Octal33627625601626152452116
Binary11011110101111101010111001110101101101101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEAE; }

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

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

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

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

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

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

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

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