#DAEDEB

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

Shades of Foam #DAEDEB

Tints of Foam #DAEDEB

Color information

#DAEDEB (or 0xDAEDEB) is unknown color: approx Foam. HEX triplet: DA, ED and EB. RGB value is (218,237,235). Sum of RGB (Red+Green+Blue) = 218+237+235=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDEB is #251214. Grayscale: #E7E7E7. Windows color (decimal): -2429461 or 15461850. OLE color: 15461850.

HSL color Cylindrical-coordinate representation of color #DAEDEB: hue angle of 173.68º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEDEB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB218237235-
CMYK0.0800.010.07
HSL173.68º34.55%89.22%-
HSV(B)173.68º8.02%92.94%-
XYZ74.1981.4790.41-
YUV231.09130.21118.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=31.59%
G=34.35%
B=34.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372350.0800.010.07173.6834.5589.22
HexDAEDEB8017ae2359
Octal3323553531001725643131
Binary110110101110110111101011100001111101011101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDEB; }

 p { color: rgb(218,237,235); }

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

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

 a { background-color: rgb(218,237,235); }

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

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

 span { border-color: rgb(218,237,235); }

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