#DAD9D5

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

Shades of Sea Fog #DAD9D5

Tints of Sea Fog #DAD9D5

Color information

#DAD9D5 (or 0xDAD9D5) is unknown color: approx Sea Fog. HEX triplet: DA, D9 and D5. RGB value is (218,217,213). Sum of RGB (Red+Green+Blue) = 218+217+213=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9D5 is #25262A. Grayscale: #D8D8D8. Windows color (decimal): -2434603 or 14014938. OLE color: 14014938.

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

Color convert

RGB218217213-
CMYK00.000.020.15
HSL48º6.33%84.51%-
HSV(B)48º2.29%85.49%-
XYZ65.7469.3472.87-
YUV216.84125.83128.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 213 (83.59% 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.15
SystemRedGreenBlueCMYKHSL
Decimal21821721300.000.020.15486.3384.51
HexDAD9D5002F30655
Octal33233132500217606125
Binary110110101101100111010101001011111100001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9D5; }

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

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

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

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

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

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

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

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