Shades of Cosmic Latte #DAFDE1
Tints of Cosmic Latte #DAFDE1
RGB
CMYK
RGB Variations
Color information
#DAFDE1 (or 0xDAFDE1) is known color: Cosmic Latte. HEX triplet: DA, FD and E1. RGB value is (218,253,225). Sum of RGB (Red+Green+Blue) = 218+253+225=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDE1 is #25021E. Grayscale: #EFEFEF. Windows color (decimal): -2425375 or 14810586. OLE color: 14810586.
HSL color Cylindrical-coordinate representation of color #DAFDE1: hue angle of 132º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDE1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 225 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.01 |
| HSL | 132º | 0.9% | 0.92% | - |
| HSV(B) | 132º | 0.14% | 0.99% | - |
| XYZ | 77.63 | 90.59 | 84.63 | - |
| YUV | 239.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 225 | 0.14 | 0 | 0.11 | 0.01 | 132 | 0.9 | 0.92 |
| Hex | DA | FD | E1 | E | 0 | B | 1 | 84 | 5A | 5C |
| Octal | 332 | 375 | 341 | 16 | 0 | 13 | 1 | 204 | 132 | 134 |
| Binary | 11011010 | 11111101 | 11100001 | 1110 | 0 | 1011 | 1 | 10000100 | 1011010 | 1011100 |
Color Harmonies of #DAFDE1
Complementary color
Monochromatic Colors of #DAFDE1
Black with #DAFDE1
Text Example
Text Example
White with #DAFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDE1; }
p { color: rgb(218,253,225); }
H1.HeaderClassName
{
color: #DAFDE1;
}
.AnyTagClassName
{
color: #DAFDE1;
}
</style>
background-color css
<style>
a { background-color: #DAFDE1; }
a { background-color: rgb(218,253,225); }
div.DivClassName
{
background-color: #DAFDE1;
}
.BgClassName
{
background-color: #DAFDE1;
}
</style>
border-color css
<style>
span { border-color: #DAFDE1; }
span { border-color: rgb(218,253,225); }
td.TdClassName
{
border-color: #DAFDE1;
}
.TagClassName
{
border-color: #DAFDE1;
}
</style>