#DEBFB0

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

Shades of Just Right #DEBFB0

Tints of Just Right #DEBFB0

Color information

#DEBFB0 (or 0xDEBFB0) is unknown color: approx Just Right. HEX triplet: DE, BF and B0. RGB value is (222,191,176). Sum of RGB (Red+Green+Blue) = 222+191+176=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFB0 is #21404F. Grayscale: #C6C6C6. Windows color (decimal): -2179152 or 11583454. OLE color: 11583454.

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

Color convert

RGB222191176-
CMYK00.140.210.13
HSL19.57º41.07%78.04%-
HSV(B)19.57º20.72%87.06%-
XYZ56.5955.9348.89-
YUV198.56115.27144.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=37.69%
G=32.43%
B=29.88%

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
Decimal22219117600.140.210.1319.5741.0778.04
HexDEBFB00E15D14294e
Octal33627726001625152451116
Binary11011110101111111011000001110101011101101001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFB0; }

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

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

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

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

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

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

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

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