#DEBFA8

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

Shades of Just Right #DEBFA8

Tints of Just Right #DEBFA8

Color information

#DEBFA8 (or 0xDEBFA8) is unknown color: approx Just Right. HEX triplet: DE, BF and A8. RGB value is (222,191,168). Sum of RGB (Red+Green+Blue) = 222+191+168=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFA8 is #214057. Grayscale: #C5C5C5. Windows color (decimal): -2179160 or 11059166. OLE color: 11059166.

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

Color convert

RGB222191168-
CMYK00.140.240.13
HSL25.56º45%76.47%-
HSV(B)25.56º24.32%87.06%-
XYZ55.8255.6244.84-
YUV197.65111.27145.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 168 (66.02% from 255) = 28.92%
R=38.21%
G=32.87%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219116800.140.240.1325.564576.47
HexDEBFA80E18D1a2d4c
Octal33627725001630153255114
Binary11011110101111111010100001110110001101110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFA8; }

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

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

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

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

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

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

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

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