#DEBEB0

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

Shades of Just Right #DEBEB0

Tints of Just Right #DEBEB0

Color information

#DEBEB0 (or 0xDEBEB0) is unknown color: approx Just Right. HEX triplet: DE, BE and B0. RGB value is (222,190,176). Sum of RGB (Red+Green+Blue) = 222+190+176=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEB0 is #21414F. Grayscale: #C6C6C6. Windows color (decimal): -2179408 or 11583198. OLE color: 11583198.

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

Color convert

RGB222190176-
CMYK00.140.210.13
HSL18.26º41.07%78.04%-
HSV(B)18.26º20.72%87.06%-
XYZ56.3755.4948.81-
YUV197.97115.6145.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 176 (69.14% from 255) = 29.93%
R=37.76%
G=32.31%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219017600.140.210.1318.2641.0778.04
HexDEBEB00E15D12294e
Octal33627626001625152251116
Binary11011110101111101011000001110101011101100101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEB0; }

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

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

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

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

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

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

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

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