#DEBDA5

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

Shades of Just Right #DEBDA5

Tints of Just Right #DEBDA5

Color information

#DEBDA5 (or 0xDEBDA5) is unknown color: approx Just Right. HEX triplet: DE, BD and A5. RGB value is (222,189,165). Sum of RGB (Red+Green+Blue) = 222+189+165=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDA5 is #21425A. Grayscale: #C4C4C4. Windows color (decimal): -2179675 or 10862046. OLE color: 10862046.

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

Color convert

RGB222189165-
CMYK00.150.260.13
HSL25.26º46.34%75.88%-
HSV(B)25.26º25.68%87.06%-
XYZ55.1154.6443.24-
YUV196.13110.43146.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=38.54%
G=32.81%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218916500.150.260.1325.2646.3475.88
HexDEBDA50F1AD192e4c
Octal33627524501732153156114
Binary11011110101111011010010101111110101101110011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDA5; }

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

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

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

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

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

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

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

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