Shades of Cosmic Latte #DEFDEA
Tints of Cosmic Latte #DEFDEA
RGB
CMYK
RGB Variations
Color information
#DEFDEA (or 0xDEFDEA) is known color: Cosmic Latte. HEX triplet: DE, FD and EA. RGB value is (222,253,234). Sum of RGB (Red+Green+Blue) = 222+253+234=709 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.31% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDEA is #210215. Grayscale: #F1F1F1. Windows color (decimal): -2163222 or 15400414. OLE color: 15400414.
HSL color Cylindrical-coordinate representation of color #DEFDEA: hue angle of 143.23º degrees, saturation: 0.89, 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 #DEFDEA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 234 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.01 |
| HSL | 143.23º | 0.89% | 0.93% | - |
| HSV(B) | 143.23º | 0.12% | 0.99% | - |
| XYZ | 80.1 | 91.72 | 91.32 | - |
| YUV | 241.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 234 | 0.12 | 0 | 0.08 | 0.01 | 143.23 | 0.89 | 0.93 |
| Hex | DE | FD | EA | C | 0 | 8 | 1 | 8F | 59 | 5D |
| Octal | 336 | 375 | 352 | 14 | 0 | 10 | 1 | 217 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11101010 | 1100 | 0 | 1000 | 1 | 10001111 | 1011001 | 1011101 |
Color Harmonies of #DEFDEA
Complementary color
Monochromatic Colors of #DEFDEA
Black with #DEFDEA
Text Example
Text Example
White with #DEFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDEA; }
p { color: rgb(222,253,234); }
H1.HeaderClassName
{
color: #DEFDEA;
}
.AnyTagClassName
{
color: #DEFDEA;
}
</style>
background-color css
<style>
a { background-color: #DEFDEA; }
a { background-color: rgb(222,253,234); }
div.DivClassName
{
background-color: #DEFDEA;
}
.BgClassName
{
background-color: #DEFDEA;
}
</style>
border-color css
<style>
span { border-color: #DEFDEA; }
span { border-color: rgb(222,253,234); }
td.TdClassName
{
border-color: #DEFDEA;
}
.TagClassName
{
border-color: #DEFDEA;
}
</style>