#DDDCDB

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

Shades of Porcelain #DDDCDB

Tints of Porcelain #DDDCDB

Color information

#DDDCDB (or 0xDDDCDB) is unknown color: approx Porcelain. HEX triplet: DD, DC and DB. RGB value is (221,220,219). Sum of RGB (Red+Green+Blue) = 221+220+219=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCDB is #222324. Grayscale: #DCDCDC. Windows color (decimal): -2237221 or 14408925. OLE color: 14408925.

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

Color convert

RGB221220219-
CMYK00.000.010.13
HSL30º2.86%86.27%-
HSV(B)30º0.9%86.67%-
XYZ68.271.6777.26-
YUV220.18127.33128.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 219 (85.94% 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
Decimal22122021900.000.010.13302.8686.27
HexDDDCDB001D1e356
Octal33533433300115363126
Binary110111011101110011011011001110111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCDB; }

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

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

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

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

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

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

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

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