#DEBFAE

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

Shades of Just Right #DEBFAE

Tints of Just Right #DEBFAE

Color information

#DEBFAE (or 0xDEBFAE) is unknown color: approx Just Right. HEX triplet: DE, BF and AE. RGB value is (222,191,174). Sum of RGB (Red+Green+Blue) = 222+191+174=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFAE is #214051. Grayscale: #C6C6C6. Windows color (decimal): -2179154 or 11452382. OLE color: 11452382.

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

Color convert

RGB222191174-
CMYK00.140.220.13
HSL21.25º42.11%77.65%-
HSV(B)21.25º21.62%87.06%-
XYZ56.3955.8547.85-
YUV198.33114.27144.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=37.82%
G=32.54%
B=29.64%

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
Decimal22219117400.140.220.1321.2542.1177.65
HexDEBFAE0E16D152a4e
Octal33627725601626152552116
Binary11011110101111111010111001110101101101101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFAE; }

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

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

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

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

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

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

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

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