#DEDCD5

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

Shades of Sea Fog #DEDCD5

Tints of Sea Fog #DEDCD5

Color information

#DEDCD5 (or 0xDEDCD5) is unknown color: approx Sea Fog. HEX triplet: DE, DC and D5. RGB value is (222,220,213). Sum of RGB (Red+Green+Blue) = 222+220+213=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCD5 is #21232A. Grayscale: #DBDBDB. Windows color (decimal): -2171691 or 14015710. OLE color: 14015710.

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

Color convert

RGB222220213-
CMYK00.010.040.13
HSL46.67º12%85.29%-
HSV(B)46.67º4.05%87.06%-
XYZ67.7371.5273.19-
YUV219.8124.16129.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 213 (83.59% from 255) = 32.52%
R=33.89%
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
Decimal22222021300.010.040.1346.671285.29
HexDEDCD5014D2fc55
Octal336334325014155714125
Binary11011110110111001101010101100110110111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCD5; }

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

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

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

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

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

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

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

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