#DFBEAE

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

Shades of Just Right #DFBEAE

Tints of Just Right #DFBEAE

Color information

#DFBEAE (or 0xDFBEAE) is unknown color: approx Just Right. HEX triplet: DF, BE and AE. RGB value is (223,190,174). Sum of RGB (Red+Green+Blue) = 223+190+174=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEAE is #204151. Grayscale: #C6C6C6. Windows color (decimal): -2113874 or 11452127. OLE color: 11452127.

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

Color convert

RGB223190174-
CMYK00.150.220.13
HSL19.59º43.36%77.84%-
HSV(B)19.59º21.97%87.45%-
XYZ56.4855.5747.79-
YUV198.04114.43145.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=37.99%
G=32.37%
B=29.64%

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
Decimal22319017400.150.220.1319.5943.3677.84
HexDFBEAE0F16D142b4e
Octal33727625601726152453116
Binary11011111101111101010111001111101101101101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEAE; }

 p { color: rgb(223,190,174); }

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

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

 a { background-color: rgb(223,190,174); }

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

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

 span { border-color: rgb(223,190,174); }

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