#DBDAD7

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

Shades of Sea Fog #DBDAD7

Tints of Sea Fog #DBDAD7

Color information

#DBDAD7 (or 0xDBDAD7) is unknown color: approx Sea Fog. HEX triplet: DB, DA and D7. RGB value is (219,218,215). Sum of RGB (Red+Green+Blue) = 219+218+215=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD7 is #242528. Grayscale: #D9D9D9. Windows color (decimal): -2368809 or 14146267. OLE color: 14146267.

HSL color Cylindrical-coordinate representation of color #DBDAD7: 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 #DBDAD7 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219218215-
CMYK00.000.020.14
HSL45º5.26%85.1%-
HSV(B)45º1.83%85.88%-
XYZ66.5570.1174.31-
YUV217.96126.33128.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 215 (84.38% 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
Decimal21921821500.000.020.14455.2685.1
HexDBDAD7002E2d555
Octal33333232700216555125
Binary110110111101101011010111001011101011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAD7; }

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

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

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

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

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

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

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

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