#DDDCD5

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

Shades of Sea Fog #DDDCD5

Tints of Sea Fog #DDDCD5

Color information

#DDDCD5 (or 0xDDDCD5) is unknown color: approx Sea Fog. HEX triplet: DD, DC and D5. RGB value is (221,220,213). Sum of RGB (Red+Green+Blue) = 221+220+213=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD5 is #22232A. Grayscale: #DBDBDB. Windows color (decimal): -2237227 or 14015709. OLE color: 14015709.

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

Color convert

RGB221220213-
CMYK00.000.040.13
HSL52.5º10.53%85.1%-
HSV(B)52.5º3.62%86.67%-
XYZ67.4271.3673.17-
YUV219.5124.33129.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=33.79%
G=33.64%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122021300.000.040.1352.510.5385.1
HexDDDCD5004D35b55
Octal335334325004156513125
Binary11011101110111001101010100100110111010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCD5; }

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

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

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

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

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

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

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

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