#DFDEDD

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

Shades of Porcelain #DFDEDD

Tints of Porcelain #DFDEDD

Color information

#DFDEDD (or 0xDFDEDD) is unknown color: approx Porcelain. HEX triplet: DF, DE and DD. RGB value is (223,222,221). Sum of RGB (Red+Green+Blue) = 223+222+221=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEDD is #202122. Grayscale: #DEDEDE. Windows color (decimal): -2105635 or 14540511. OLE color: 14540511.

HSL color Cylindrical-coordinate representation of color #DFDEDD: hue angle of 30º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFDEDD is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223222221-
CMYK00.000.010.13
HSL30º3.03%87.06%-
HSV(B)30º0.9%87.45%-
XYZ69.673.1578.86-
YUV222.18127.33128.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=33.48%
G=33.33%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322222100.000.010.13303.0387.06
HexDFDEDD001D1e357
Octal33733633500115363127
Binary110111111101111011011101001110111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEDD; }

 p { color: rgb(223,222,221); }

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

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

 a { background-color: rgb(223,222,221); }

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

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

 span { border-color: rgb(223,222,221); }

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