#DDDCD6

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

Shades of Sea Fog #DDDCD6

Tints of Sea Fog #DDDCD6

Color information

#DDDCD6 (or 0xDDDCD6) is unknown color: approx Sea Fog. HEX triplet: DD, DC and D6. RGB value is (221,220,214). Sum of RGB (Red+Green+Blue) = 221+220+214=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD6 is #222329. Grayscale: #DBDBDB. Windows color (decimal): -2237226 or 14081245. OLE color: 14081245.

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

Color convert

RGB221220214-
CMYK00.000.030.13
HSL51.43º9.33%85.29%-
HSV(B)51.43º3.17%86.67%-
XYZ67.5571.4173.84-
YUV219.62124.83128.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=33.74%
G=33.59%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122021400.000.030.1351.439.3385.29
HexDDDCD6003D33955
Octal335334326003156311125
Binary1101110111011100110101100011110111001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCD6; }

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

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

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

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

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

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

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

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