#DFDDDB

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

Shades of Porcelain #DFDDDB

Tints of Porcelain #DFDDDB

Color information

#DFDDDB (or 0xDFDDDB) is unknown color: approx Porcelain. HEX triplet: DF, DD and DB. RGB value is (223,221,219). Sum of RGB (Red+Green+Blue) = 223+221+219=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDB is #202224. Grayscale: #DDDDDD. Windows color (decimal): -2105893 or 14409183. OLE color: 14409183.

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

Color convert

RGB223221219-
CMYK00.010.020.13
HSL30º5.88%86.67%-
HSV(B)30º1.79%87.45%-
XYZ69.0772.5277.37-
YUV221.37126.66129.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=33.63%
G=33.33%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322121900.010.020.13305.8886.67
HexDFDDDB012D1e657
Octal33733533301215366127
Binary11011111110111011101101101101101111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDDB; }

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

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

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

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

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

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

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

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