#DCDBD8

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

Shades of Sea Fog #DCDBD8

Tints of Sea Fog #DCDBD8

Color information

#DCDBD8 (or 0xDCDBD8) is unknown color: approx Sea Fog. HEX triplet: DC, DB and D8. RGB value is (220,219,216). Sum of RGB (Red+Green+Blue) = 220+219+216=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBD8 is #232427. Grayscale: #DADADA. Windows color (decimal): -2303016 or 14212060. OLE color: 14212060.

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

Color convert

RGB220219216-
CMYK00.000.020.14
HSL45º5.41%85.49%-
HSV(B)45º1.82%86.27%-
XYZ67.2470.8475.09-
YUV218.96126.33128.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=33.59%
G=33.44%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021921600.000.020.14455.4185.49
HexDCDBD8002E2d555
Octal33433333000216555125
Binary110111001101101111011000001011101011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBD8; }

 p { color: rgb(220,219,216); }

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

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

 a { background-color: rgb(220,219,216); }

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

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

 span { border-color: rgb(220,219,216); }

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