#DDDCD8

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

Shades of Sea Fog #DDDCD8

Tints of Sea Fog #DDDCD8

Color information

#DDDCD8 (or 0xDDDCD8) is unknown color: approx Sea Fog. HEX triplet: DD, DC and D8. RGB value is (221,220,216). Sum of RGB (Red+Green+Blue) = 221+220+216=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD8 is #222327. Grayscale: #DBDBDB. Windows color (decimal): -2237224 or 14212317. OLE color: 14212317.

HSL color Cylindrical-coordinate representation of color #DDDCD8: hue angle of 48º 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 #DDDCD8 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221220216-
CMYK00.000.020.13
HSL48º6.85%85.69%-
HSV(B)48º2.26%86.67%-
XYZ67.8171.5275.2-
YUV219.84125.83128.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=33.64%
G=33.49%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122021600.000.020.13486.8585.69
HexDDDCD8002D30756
Octal33533433000215607126
Binary110111011101110011011000001011011100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCD8; }

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

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

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

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

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

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

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

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