#DEBFA7

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

Shades of Just Right #DEBFA7

Tints of Just Right #DEBFA7

Color information

#DEBFA7 (or 0xDEBFA7) is unknown color: approx Just Right. HEX triplet: DE, BF and A7. RGB value is (222,191,167). Sum of RGB (Red+Green+Blue) = 222+191+167=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFA7 is #214058. Grayscale: #C5C5C5. Windows color (decimal): -2179161 or 10993630. OLE color: 10993630.

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

Color convert

RGB222191167-
CMYK00.140.250.13
HSL26.18º45.45%76.27%-
HSV(B)26.18º24.77%87.06%-
XYZ55.7355.5844.35-
YUV197.53110.77145.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 167 (65.62% from 255) = 28.79%
R=38.28%
G=32.93%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219116700.140.250.1326.1845.4576.27
HexDEBFA70E19D1a2d4c
Octal33627724701631153255114
Binary11011110101111111010011101110110011101110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFA7; }

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

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

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

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

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

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

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

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