#DEBDA3

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

Shades of Just Right #DEBDA3

Tints of Just Right #DEBDA3

Color information

#DEBDA3 (or 0xDEBDA3) is unknown color: approx Just Right. HEX triplet: DE, BD and A3. RGB value is (222,189,163). Sum of RGB (Red+Green+Blue) = 222+189+163=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDA3 is #21425C. Grayscale: #C4C4C4. Windows color (decimal): -2179677 or 10730974. OLE color: 10730974.

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

Color convert

RGB222189163-
CMYK00.150.270.13
HSL26.44º47.2%75.49%-
HSV(B)26.44º26.58%87.06%-
XYZ54.9354.5742.29-
YUV195.9109.43146.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 163 (64.06% from 255) = 28.40%
R=38.68%
G=32.93%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218916300.150.270.1326.4447.275.49
HexDEBDA30F1BD1a2f4b
Octal33627524301733153257113
Binary11011110101111011010001101111110111101110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDA3; }

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

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

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

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

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

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

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

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