#DEBCAE

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

Shades of Just Right #DEBCAE

Tints of Just Right #DEBCAE

Color information

#DEBCAE (or 0xDEBCAE) is unknown color: approx Just Right. HEX triplet: DE, BC and AE. RGB value is (222,188,174). Sum of RGB (Red+Green+Blue) = 222+188+174=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCAE is #214351. Grayscale: #C4C4C4. Windows color (decimal): -2179922 or 11451614. OLE color: 11451614.

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

Color convert

RGB222188174-
CMYK00.150.220.13
HSL17.5º42.11%77.65%-
HSV(B)17.5º21.62%87.06%-
XYZ55.7554.5547.64-
YUV196.57115.26146.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=38.01%
G=32.19%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218817400.150.220.1317.542.1177.65
HexDEBCAE0F16D122a4e
Octal33627425601726152252116
Binary11011110101111001010111001111101101101100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCAE; }

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

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

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

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

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

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

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

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