#DDDBD3

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

Shades of Sea Fog #DDDBD3

Tints of Sea Fog #DDDBD3

Color information

#DDDBD3 (or 0xDDDBD3) is unknown color: approx Sea Fog. HEX triplet: DD, DB and D3. RGB value is (221,219,211). Sum of RGB (Red+Green+Blue) = 221+219+211=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD3 is #22242C. Grayscale: #DADADA. Windows color (decimal): -2237485 or 13884381. OLE color: 13884381.

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

Color convert

RGB221219211-
CMYK00.010.050.13
HSL48º12.82%84.71%-
HSV(B)48º4.52%86.67%-
XYZ66.9170.7471.76-
YUV218.69123.66129.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=33.95%
G=33.64%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121921100.010.050.134812.8284.71
HexDDDBD3015D30d55
Octal335333323015156015125
Binary11011101110110111101001101101110111000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBD3; }

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

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

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

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

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

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

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

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