#DEBDAE

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

Shades of Just Right #DEBDAE

Tints of Just Right #DEBDAE

Color information

#DEBDAE (or 0xDEBDAE) is unknown color: approx Just Right. HEX triplet: DE, BD and AE. RGB value is (222,189,174). Sum of RGB (Red+Green+Blue) = 222+189+174=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDAE is #214251. Grayscale: #C5C5C5. Windows color (decimal): -2179666 or 11451870. OLE color: 11451870.

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

Color convert

RGB222189174-
CMYK00.150.220.13
HSL18.75º42.11%77.65%-
HSV(B)18.75º21.62%87.06%-
XYZ55.9654.9847.71-
YUV197.16114.93145.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=37.95%
G=32.31%
B=29.74%

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
Decimal22218917400.150.220.1318.7542.1177.65
HexDEBDAE0F16D132a4e
Octal33627525601726152352116
Binary11011110101111011010111001111101101101100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDAE; }

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

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

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

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

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

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

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

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