#DCDBD7

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

Shades of Sea Fog #DCDBD7

Tints of Sea Fog #DCDBD7

Color information

#DCDBD7 (or 0xDCDBD7) is unknown color: approx Sea Fog. HEX triplet: DC, DB and D7. RGB value is (220,219,215). Sum of RGB (Red+Green+Blue) = 220+219+215=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBD7 is #232428. Grayscale: #DADADA. Windows color (decimal): -2303017 or 14146524. OLE color: 14146524.

HSL color Cylindrical-coordinate representation of color #DCDBD7: hue angle of 48º degrees, saturation: 0.07, 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 #DCDBD7 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220219215-
CMYK00.000.020.14
HSL48º6.67%85.29%-
HSV(B)48º2.27%86.27%-
XYZ67.1170.7874.42-
YUV218.84125.83128.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=33.64%
G=33.49%
B=32.87%

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
Decimal22021921500.000.020.14486.6785.29
HexDCDBD7002E30755
Octal33433332700216607125
Binary110111001101101111010111001011101100001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBD7; }

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

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

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

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

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

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

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

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