Shades of Cosmic Latte #DFFDEA
Tints of Cosmic Latte #DFFDEA
RGB
CMYK
RGB Variations
Color information
#DFFDEA (or 0xDFFDEA) is known color: Cosmic Latte. HEX triplet: DF, FD and EA. RGB value is (223,253,234). Sum of RGB (Red+Green+Blue) = 223+253+234=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDEA is #200215. Grayscale: #F1F1F1. Windows color (decimal): -2097686 or 15400415. OLE color: 15400415.
HSL color Cylindrical-coordinate representation of color #DFFDEA: hue angle of 142º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFDEA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 234 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.01 |
| HSL | 142º | 0.88% | 0.93% | - |
| HSV(B) | 142º | 0.12% | 0.99% | - |
| XYZ | 80.41 | 91.88 | 91.34 | - |
| YUV | 241.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 234 | 0.12 | 0 | 0.08 | 0.01 | 142 | 0.88 | 0.93 |
| Hex | DF | FD | EA | C | 0 | 8 | 1 | 8E | 58 | 5D |
| Octal | 337 | 375 | 352 | 14 | 0 | 10 | 1 | 216 | 130 | 135 |
| Binary | 11011111 | 11111101 | 11101010 | 1100 | 0 | 1000 | 1 | 10001110 | 1011000 | 1011101 |
Color Harmonies of #DFFDEA
Complementary color
Monochromatic Colors of #DFFDEA
Black with #DFFDEA
Text Example
Text Example
White with #DFFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDEA; }
p { color: rgb(223,253,234); }
H1.HeaderClassName
{
color: #DFFDEA;
}
.AnyTagClassName
{
color: #DFFDEA;
}
</style>
background-color css
<style>
a { background-color: #DFFDEA; }
a { background-color: rgb(223,253,234); }
div.DivClassName
{
background-color: #DFFDEA;
}
.BgClassName
{
background-color: #DFFDEA;
}
</style>
border-color css
<style>
span { border-color: #DFFDEA; }
span { border-color: rgb(223,253,234); }
td.TdClassName
{
border-color: #DFFDEA;
}
.TagClassName
{
border-color: #DFFDEA;
}
</style>