#DFC1B3

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

Shades of Just Right #DFC1B3

Tints of Just Right #DFC1B3

Color information

#DFC1B3 (or 0xDFC1B3) is unknown color: approx Just Right. HEX triplet: DF, C1 and B3. RGB value is (223,193,179). Sum of RGB (Red+Green+Blue) = 223+193+179=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1B3 is #203E4C. Grayscale: #C8C8C8. Windows color (decimal): -2113101 or 11780575. OLE color: 11780575.

HSL color Cylindrical-coordinate representation of color #DFC1B3: hue angle of 19.09º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC1B3 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223193179-
CMYK00.130.200.13
HSL19.09º40.74%78.82%-
HSV(B)19.09º19.73%87.45%-
XYZ57.6457.0850.63-
YUV200.37115.94144.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 193 (75.78% from 255) = 32.44%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=37.48%
G=32.44%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319317900.130.200.1319.0940.7478.82
HexDFC1B30D14D13294f
Octal33730126301524152351117
Binary11011111110000011011001101101101001101100111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1B3; }

 p { color: rgb(223,193,179); }

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

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

 a { background-color: rgb(223,193,179); }

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

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

 span { border-color: rgb(223,193,179); }

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