#DBDAD4

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

Shades of Sea Fog #DBDAD4

Tints of Sea Fog #DBDAD4

Color information

#DBDAD4 (or 0xDBDAD4) is unknown color: approx Sea Fog. HEX triplet: DB, DA and D4. RGB value is (219,218,212). Sum of RGB (Red+Green+Blue) = 219+218+212=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD4 is #24252B. Grayscale: #D9D9D9. Windows color (decimal): -2368812 or 13949659. OLE color: 13949659.

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

Color convert

RGB219218212-
CMYK00.000.030.14
HSL51.43º8.86%84.51%-
HSV(B)51.43º3.2%85.88%-
XYZ66.1769.9672.3-
YUV217.62124.83128.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=33.74%
G=33.59%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921821200.000.030.1451.438.8684.51
HexDBDAD4003E33955
Octal333332324003166311125
Binary1101101111011010110101000011111011001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAD4; }

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

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

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

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

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

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

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

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