#DEDBD3

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

Shades of Sea Fog #DEDBD3

Tints of Sea Fog #DEDBD3

Color information

#DEDBD3 (or 0xDEDBD3) is unknown color: approx Sea Fog. HEX triplet: DE, DB and D3. RGB value is (222,219,211). Sum of RGB (Red+Green+Blue) = 222+219+211=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD3 is #21242C. Grayscale: #DBDBDB. Windows color (decimal): -2171949 or 13884382. OLE color: 13884382.

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

Color convert

RGB222219211-
CMYK00.010.050.13
HSL43.64º14.29%84.9%-
HSV(B)43.64º4.95%87.06%-
XYZ67.2170.971.77-
YUV218.98123.49130.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=34.05%
G=33.59%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221921100.010.050.1343.6414.2984.9
HexDEDBD3015D2ce55
Octal336333323015155416125
Binary11011110110110111101001101101110110110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBD3; }

 p { color: rgb(222,219,211); }

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

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

 a { background-color: rgb(222,219,211); }

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

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

 span { border-color: rgb(222,219,211); }

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