#DFBDAE

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

Shades of Just Right #DFBDAE

Tints of Just Right #DFBDAE

Color information

#DFBDAE (or 0xDFBDAE) is unknown color: approx Just Right. HEX triplet: DF, BD and AE. RGB value is (223,189,174). Sum of RGB (Red+Green+Blue) = 223+189+174=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDAE is #204251. Grayscale: #C5C5C5. Windows color (decimal): -2114130 or 11451871. OLE color: 11451871.

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

Color convert

RGB223189174-
CMYK00.150.220.13
HSL18.37º43.36%77.84%-
HSV(B)18.37º21.97%87.45%-
XYZ56.2755.1447.72-
YUV197.46114.76146.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=38.05%
G=32.25%
B=29.69%

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
Decimal22318917400.150.220.1318.3743.3677.84
HexDFBDAE0F16D122b4e
Octal33727525601726152253116
Binary11011111101111011010111001111101101101100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDAE; }

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

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

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

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

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

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

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

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