#DEBBA3

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

Shades of Just Right #DEBBA3

Tints of Just Right #DEBBA3

Color information

#DEBBA3 (or 0xDEBBA3) is unknown color: approx Just Right. HEX triplet: DE, BB and A3. RGB value is (222,187,163). Sum of RGB (Red+Green+Blue) = 222+187+163=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBA3 is #21445C. Grayscale: #C2C2C2. Windows color (decimal): -2180189 or 10730462. OLE color: 10730462.

HSL color Cylindrical-coordinate representation of color #DEBBA3: hue angle of 24.41º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEBBA3 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB222187163-
CMYK00.160.270.13
HSL24.41º47.2%75.49%-
HSV(B)24.41º26.58%87.06%-
XYZ54.5153.7142.15-
YUV194.73110.1147.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 163 (64.06% from 255) = 28.50%
R=38.81%
G=32.69%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218716300.160.270.1324.4147.275.49
HexDEBBA30101BD182f4b
Octal33627324302033153057113
Binary110111101011101110100011010000110111101110001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBA3; }

 p { color: rgb(222,187,163); }

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

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

 a { background-color: rgb(222,187,163); }

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

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

 span { border-color: rgb(222,187,163); }

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