#DFC3B3

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

Shades of Just Right #DFC3B3

Tints of Just Right #DFC3B3

Color information

#DFC3B3 (or 0xDFC3B3) is unknown color: approx Just Right. HEX triplet: DF, C3 and B3. RGB value is (223,195,179). Sum of RGB (Red+Green+Blue) = 223+195+179=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3B3 is #203C4C. Grayscale: #C9C9C9. Windows color (decimal): -2112589 or 11781087. OLE color: 11781087.

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

Color convert

RGB223195179-
CMYK00.130.200.13
HSL21.82º40.74%78.82%-
HSV(B)21.82º19.73%87.45%-
XYZ58.0857.9750.78-
YUV201.55115.28143.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 195 (76.56% from 255) = 32.66%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=37.35%
G=32.66%
B=29.98%

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
Decimal22319517900.130.200.1321.8240.7478.82
HexDFC3B30D14D16294f
Octal33730326301524152651117
Binary11011111110000111011001101101101001101101101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3B3; }

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

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

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

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

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

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

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

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