Shades of Foam #DAEEEC
Tints of Foam #DAEEEC
RGB
CMYK
RGB Variations
Color information
#DAEEEC (or 0xDAEEEC) is known color: Foam. HEX triplet: DA, EE and EC. RGB value is (218,238,236). Sum of RGB (Red+Green+Blue) = 218+238+236=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEEC is #251113. Grayscale: #E7E7E7. Windows color (decimal): -2429204 or 15527642. OLE color: 15527642.
HSL color Cylindrical-coordinate representation of color #DAEEEC: hue angle of 174º degrees, saturation: 0.37, 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 #DAEEEC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 236 | - |
CMYK | 0.08 | 0 | 0.01 | 0.07 |
HSL | 174º | 0.37% | 0.89% | - |
HSV(B) | 174º | 0.08% | 0.93% | - |
XYZ | 74.63 | 82.11 | 91.27 | - |
YUV | 231.79 | 130.37 | 118.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 236 | 0.08 | 0 | 0.01 | 0.07 | 174 | 0.37 | 0.89 |
Hex | DA | EE | EC | 8 | 0 | 1 | 7 | AE | 25 | 59 |
Octal | 332 | 356 | 354 | 10 | 0 | 1 | 7 | 256 | 45 | 131 |
Binary | 11011010 | 11101110 | 11101100 | 1000 | 0 | 1 | 111 | 10101110 | 100101 | 1011001 |
Color Harmonies of #DAEEEC
Complementary color
Monochromatic Colors of #DAEEEC
Black with #DAEEEC
Text Example
Text Example
White with #DAEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEEC; }
p { color: rgb(218,238,236); }
H1.HeaderClassName
{
color: #DAEEEC;
}
.AnyTagClassName
{
color: #DAEEEC;
}
</style>
background-color css
<style>
a { background-color: #DAEEEC; }
a { background-color: rgb(218,238,236); }
div.DivClassName
{
background-color: #DAEEEC;
}
.BgClassName
{
background-color: #DAEEEC;
}
</style>
border-color css
<style>
span { border-color: #DAEEEC; }
span { border-color: rgb(218,238,236); }
td.TdClassName
{
border-color: #DAEEEC;
}
.TagClassName
{
border-color: #DAEEEC;
}
</style>