Shades of Cosmic Latte #DEFDE7
Tints of Cosmic Latte #DEFDE7
RGB
CMYK
RGB Variations
Color information
#DEFDE7 (or 0xDEFDE7) is known color: Cosmic Latte. HEX triplet: DE, FD and E7. RGB value is (222,253,231). Sum of RGB (Red+Green+Blue) = 222+253+231=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDE7 is #210218. Grayscale: #F1F1F1. Windows color (decimal): -2163225 or 15203806. OLE color: 15203806.
HSL color Cylindrical-coordinate representation of color #DEFDE7: hue angle of 137.42º 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 #DEFDE7 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 231 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.01 |
| HSL | 137.42º | 0.89% | 0.93% | - |
| HSV(B) | 137.42º | 0.12% | 0.99% | - |
| XYZ | 79.67 | 91.55 | 89.07 | - |
| YUV | 241.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 231 | 0.12 | 0 | 0.09 | 0.01 | 137.42 | 0.89 | 0.93 |
| Hex | DE | FD | E7 | C | 0 | 9 | 1 | 89 | 59 | 5D |
| Octal | 336 | 375 | 347 | 14 | 0 | 11 | 1 | 211 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11100111 | 1100 | 0 | 1001 | 1 | 10001001 | 1011001 | 1011101 |
Color Harmonies of #DEFDE7
Complementary color
Monochromatic Colors of #DEFDE7
Black with #DEFDE7
Text Example
Text Example
White with #DEFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDE7; }
p { color: rgb(222,253,231); }
H1.HeaderClassName
{
color: #DEFDE7;
}
.AnyTagClassName
{
color: #DEFDE7;
}
</style>
background-color css
<style>
a { background-color: #DEFDE7; }
a { background-color: rgb(222,253,231); }
div.DivClassName
{
background-color: #DEFDE7;
}
.BgClassName
{
background-color: #DEFDE7;
}
</style>
border-color css
<style>
span { border-color: #DEFDE7; }
span { border-color: rgb(222,253,231); }
td.TdClassName
{
border-color: #DEFDE7;
}
.TagClassName
{
border-color: #DEFDE7;
}
</style>