#DDDBD4

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

Shades of Sea Fog #DDDBD4

Tints of Sea Fog #DDDBD4

Color information

#DDDBD4 (or 0xDDDBD4) is unknown color: approx Sea Fog. HEX triplet: DD, DB and D4. RGB value is (221,219,212). Sum of RGB (Red+Green+Blue) = 221+219+212=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD4 is #22242B. Grayscale: #DADADA. Windows color (decimal): -2237484 or 13949917. OLE color: 13949917.

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

Color convert

RGB221219212-
CMYK00.010.040.13
HSL46.67º11.69%84.9%-
HSV(B)46.67º4.07%86.67%-
XYZ67.0370.7972.42-
YUV218.8124.16129.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=33.90%
G=33.59%
B=32.52%

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
Decimal22121921200.010.040.1346.6711.6984.9
HexDDDBD4014D2fc55
Octal335333324014155714125
Binary11011101110110111101010001100110110111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBD4; }

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

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

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

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

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

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

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

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