#DCDAD5

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

Shades of Sea Fog #DCDAD5

Tints of Sea Fog #DCDAD5

Color information

#DCDAD5 (or 0xDCDAD5) is unknown color: approx Sea Fog. HEX triplet: DC, DA and D5. RGB value is (220,218,213). Sum of RGB (Red+Green+Blue) = 220+218+213=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD5 is #23252A. Grayscale: #DADADA. Windows color (decimal): -2303275 or 14015196. OLE color: 14015196.

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

Color convert

RGB220218213-
CMYK00.010.030.14
HSL42.86º9.09%84.9%-
HSV(B)42.86º3.18%86.27%-
XYZ66.670.1672.98-
YUV218.03125.16129.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=33.79%
G=33.49%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021821300.010.030.1442.869.0984.9
HexDCDAD5013E2b955
Octal334332325013165311125
Binary1101110011011010110101010111111010101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAD5; }

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

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

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

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

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

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

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

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