Shades of Cosmic Latte #E6FDED
Tints of Cosmic Latte #E6FDED
RGB
CMYK
RGB Variations
Color information
#E6FDED (or 0xE6FDED) is known color: Cosmic Latte. HEX triplet: E6, FD and ED. RGB value is (230,253,237). Sum of RGB (Red+Green+Blue) = 230+253+237=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDED is #190212. Grayscale: #F4F4F4. Windows color (decimal): -1638931 or 15597030. OLE color: 15597030.
HSL color Cylindrical-coordinate representation of color #E6FDED: hue angle of 138.26º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FDED is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 237 | - |
CMYK | 0.09 | 0 | 0.06 | 0.01 |
HSL | 138.26º | 0.85% | 0.95% | - |
HSV(B) | 138.26º | 0.09% | 0.99% | - |
XYZ | 83.04 | 93.19 | 93.73 | - |
YUV | 244.3 | 123.88 | 117.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 237 | 0.09 | 0 | 0.06 | 0.01 | 138.26 | 0.85 | 0.95 |
Hex | E6 | FD | ED | 9 | 0 | 6 | 1 | 8A | 55 | 5F |
Octal | 346 | 375 | 355 | 11 | 0 | 6 | 1 | 212 | 125 | 137 |
Binary | 11100110 | 11111101 | 11101101 | 1001 | 0 | 110 | 1 | 10001010 | 1010101 | 1011111 |
Color Harmonies of #E6FDED
Complementary color
Monochromatic Colors of #E6FDED
Black with #E6FDED
Text Example
Text Example
White with #E6FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDED; }
p { color: rgb(230,253,237); }
H1.HeaderClassName
{
color: #E6FDED;
}
.AnyTagClassName
{
color: #E6FDED;
}
</style>
background-color css
<style>
a { background-color: #E6FDED; }
a { background-color: rgb(230,253,237); }
div.DivClassName
{
background-color: #E6FDED;
}
.BgClassName
{
background-color: #E6FDED;
}
</style>
border-color css
<style>
span { border-color: #E6FDED; }
span { border-color: rgb(230,253,237); }
td.TdClassName
{
border-color: #E6FDED;
}
.TagClassName
{
border-color: #E6FDED;
}
</style>