#DCDBDA

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

Shades of Porcelain #DCDBDA

Tints of Porcelain #DCDBDA

Color information

#DCDBDA (or 0xDCDBDA) is unknown color: approx Porcelain. HEX triplet: DC, DB and DA. RGB value is (220,219,218). Sum of RGB (Red+Green+Blue) = 220+219+218=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBDA is #232425. Grayscale: #DBDBDB. Windows color (decimal): -2303014 or 14343132. OLE color: 14343132.

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

Color convert

RGB220219218-
CMYK00.000.010.14
HSL30º2.78%85.88%-
HSV(B)30º0.91%86.27%-
XYZ67.570.9476.46-
YUV219.18127.33128.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=33.49%
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.14
SystemRedGreenBlueCMYKHSL
Decimal22021921800.000.010.14302.7885.88
HexDCDBDA001E1e356
Octal33433333200116363126
Binary110111001101101111011010001111011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBDA; }

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

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

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

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

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

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

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

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