#DEBCAD

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

Shades of Just Right #DEBCAD

Tints of Just Right #DEBCAD

Color information

#DEBCAD (or 0xDEBCAD) is unknown color: approx Just Right. HEX triplet: DE, BC and AD. RGB value is (222,188,173). Sum of RGB (Red+Green+Blue) = 222+188+173=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCAD is #214352. Grayscale: #C4C4C4. Windows color (decimal): -2179923 or 11386078. OLE color: 11386078.

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

Color convert

RGB222188173-
CMYK00.150.220.13
HSL18.37º42.61%77.45%-
HSV(B)18.37º22.07%87.06%-
XYZ55.6554.5147.12-
YUV196.46114.76146.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=38.08%
G=32.25%
B=29.67%

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
Decimal22218817300.150.220.1318.3742.6177.45
HexDEBCAD0F16D122b4d
Octal33627425501726152253115
Binary11011110101111001010110101111101101101100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCAD; }

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

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

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

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

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

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

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

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