#DEBDAD

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

Shades of Just Right #DEBDAD

Tints of Just Right #DEBDAD

Color information

#DEBDAD (or 0xDEBDAD) is unknown color: approx Just Right. HEX triplet: DE, BD and AD. RGB value is (222,189,173). Sum of RGB (Red+Green+Blue) = 222+189+173=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDAD is #214252. Grayscale: #C5C5C5. Windows color (decimal): -2179667 or 11386334. OLE color: 11386334.

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

Color convert

RGB222189173-
CMYK00.150.220.13
HSL19.59º42.61%77.45%-
HSV(B)19.59º22.07%87.06%-
XYZ55.8654.9447.2-
YUV197.04114.43145.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=38.01%
G=32.36%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218917300.150.220.1319.5942.6177.45
HexDEBDAD0F16D142b4d
Octal33627525501726152453115
Binary11011110101111011010110101111101101101101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDAD; }

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

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

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

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

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

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

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

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