#DEBEAD

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

Shades of Just Right #DEBEAD

Tints of Just Right #DEBEAD

Color information

#DEBEAD (or 0xDEBEAD) is unknown color: approx Just Right. HEX triplet: DE, BE and AD. RGB value is (222,190,173). Sum of RGB (Red+Green+Blue) = 222+190+173=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEAD is #214152. Grayscale: #C5C5C5. Windows color (decimal): -2179411 or 11386590. OLE color: 11386590.

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

Color convert

RGB222190173-
CMYK00.140.220.13
HSL20.82º42.61%77.45%-
HSV(B)20.82º22.07%87.06%-
XYZ56.0855.3747.27-
YUV197.63114.1145.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=37.95%
G=32.48%
B=29.57%

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
Decimal22219017300.140.220.1320.8242.6177.45
HexDEBEAD0E16D152b4d
Octal33627625501626152553115
Binary11011110101111101010110101110101101101101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEAD; }

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

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

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

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

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

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

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

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