#DFDCDA

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

Shades of Porcelain #DFDCDA

Tints of Porcelain #DFDCDA

Color information

#DFDCDA (or 0xDFDCDA) is unknown color: approx Porcelain. HEX triplet: DF, DC and DA. RGB value is (223,220,218). Sum of RGB (Red+Green+Blue) = 223+220+218=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCDA is #202325. Grayscale: #DCDCDC. Windows color (decimal): -2106150 or 14343391. OLE color: 14343391.

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

Color convert

RGB223220218-
CMYK00.010.020.13
HSL24º7.25%86.47%-
HSV(B)24º2.24%87.45%-
XYZ68.6871.9476.59-
YUV220.67126.49129.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=33.74%
G=33.28%
B=32.98%

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
Decimal22322021800.010.020.13247.2586.47
HexDFDCDA012D18756
Octal33733433201215307126
Binary11011111110111001101101001101101110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCDA; }

 p { color: rgb(223,220,218); }

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

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

 a { background-color: rgb(223,220,218); }

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

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

 span { border-color: rgb(223,220,218); }

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