Shades of Cosmic Latte #EAFDEF
Tints of Cosmic Latte #EAFDEF
RGB
CMYK
RGB Variations
Color information
#EAFDEF (or 0xEAFDEF) is known color: Cosmic Latte. HEX triplet: EA, FD and EF. RGB value is (234,253,239). Sum of RGB (Red+Green+Blue) = 234+253+239=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 239 (93.75% from 255 or 32.92% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDEF is #150210. Grayscale: #F5F5F5. Windows color (decimal): -1376785 or 15728106. OLE color: 15728106.
HSL color Cylindrical-coordinate representation of color #EAFDEF: hue angle of 135.79º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDEF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 239 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.01 |
| HSL | 135.79º | 0.83% | 0.95% | - |
| HSV(B) | 135.79º | 0.08% | 0.99% | - |
| XYZ | 84.64 | 93.97 | 95.34 | - |
| YUV | 245.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 239 | 0.08 | 0 | 0.06 | 0.01 | 135.79 | 0.83 | 0.95 |
| Hex | EA | FD | EF | 8 | 0 | 6 | 1 | 88 | 53 | 5F |
| Octal | 352 | 375 | 357 | 10 | 0 | 6 | 1 | 210 | 123 | 137 |
| Binary | 11101010 | 11111101 | 11101111 | 1000 | 0 | 110 | 1 | 10001000 | 1010011 | 1011111 |
Color Harmonies of #EAFDEF
Complementary color
Monochromatic Colors of #EAFDEF
Black with #EAFDEF
Text Example
Text Example
White with #EAFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDEF; }
p { color: rgb(234,253,239); }
H1.HeaderClassName
{
color: #EAFDEF;
}
.AnyTagClassName
{
color: #EAFDEF;
}
</style>
background-color css
<style>
a { background-color: #EAFDEF; }
a { background-color: rgb(234,253,239); }
div.DivClassName
{
background-color: #EAFDEF;
}
.BgClassName
{
background-color: #EAFDEF;
}
</style>
border-color css
<style>
span { border-color: #EAFDEF; }
span { border-color: rgb(234,253,239); }
td.TdClassName
{
border-color: #EAFDEF;
}
.TagClassName
{
border-color: #EAFDEF;
}
</style>