#DDDAD7

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

Shades of Porcelain #DDDAD7

Tints of Porcelain #DDDAD7

Color information

#DDDAD7 (or 0xDDDAD7) is unknown color: approx Porcelain. HEX triplet: DD, DA and D7. RGB value is (221,218,215). Sum of RGB (Red+Green+Blue) = 221+218+215=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD7 is #222528. Grayscale: #DADADA. Windows color (decimal): -2237737 or 14146269. OLE color: 14146269.

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

Color convert

RGB221218215-
CMYK00.010.030.13
HSL30º8.11%85.49%-
HSV(B)30º2.71%86.67%-
XYZ67.1670.4274.34-
YUV218.55125.99129.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=33.79%
G=33.33%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121821500.010.030.13308.1185.49
HexDDDAD7013D1e855
Octal335332327013153610125
Binary110111011101101011010111011111011111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAD7; }

 p { color: rgb(221,218,215); }

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

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

 a { background-color: rgb(221,218,215); }

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

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

 span { border-color: rgb(221,218,215); }

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