#DDDBD5

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

Shades of Sea Fog #DDDBD5

Tints of Sea Fog #DDDBD5

Color information

#DDDBD5 (or 0xDDDBD5) is unknown color: approx Sea Fog. HEX triplet: DD, DB and D5. RGB value is (221,219,213). Sum of RGB (Red+Green+Blue) = 221+219+213=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD5 is #22242A. Grayscale: #DADADA. Windows color (decimal): -2237483 or 14015453. OLE color: 14015453.

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

Color convert

RGB221219213-
CMYK00.010.040.13
HSL45º10.53%85.1%-
HSV(B)45º3.62%86.67%-
XYZ67.1670.8473.08-
YUV218.91124.66129.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=33.84%
G=33.54%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121921300.010.040.134510.5385.1
HexDDDBD5014D2db55
Octal335333325014155513125
Binary11011101110110111101010101100110110110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBD5; }

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

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

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

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

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

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

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

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