Shades of Cosmic Latte #DEFDE6
Tints of Cosmic Latte #DEFDE6
RGB
CMYK
RGB Variations
Color information
#DEFDE6 (or 0xDEFDE6) is known color: Cosmic Latte. HEX triplet: DE, FD and E6. RGB value is (222,253,230). Sum of RGB (Red+Green+Blue) = 222+253+230=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDE6 is #210219. Grayscale: #F1F1F1. Windows color (decimal): -2163226 or 15138270. OLE color: 15138270.
HSL color Cylindrical-coordinate representation of color #DEFDE6: hue angle of 135.48º 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 #DEFDE6 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 230 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.01 |
| HSL | 135.48º | 0.89% | 0.93% | - |
| HSV(B) | 135.48º | 0.12% | 0.99% | - |
| XYZ | 79.53 | 91.49 | 88.33 | - |
| YUV | 241.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 230 | 0.12 | 0 | 0.09 | 0.01 | 135.48 | 0.89 | 0.93 |
| Hex | DE | FD | E6 | C | 0 | 9 | 1 | 87 | 59 | 5D |
| Octal | 336 | 375 | 346 | 14 | 0 | 11 | 1 | 207 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11100110 | 1100 | 0 | 1001 | 1 | 10000111 | 1011001 | 1011101 |
Color Harmonies of #DEFDE6
Complementary color
Monochromatic Colors of #DEFDE6
Black with #DEFDE6
Text Example
Text Example
White with #DEFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDE6; }
p { color: rgb(222,253,230); }
H1.HeaderClassName
{
color: #DEFDE6;
}
.AnyTagClassName
{
color: #DEFDE6;
}
</style>
background-color css
<style>
a { background-color: #DEFDE6; }
a { background-color: rgb(222,253,230); }
div.DivClassName
{
background-color: #DEFDE6;
}
.BgClassName
{
background-color: #DEFDE6;
}
</style>
border-color css
<style>
span { border-color: #DEFDE6; }
span { border-color: rgb(222,253,230); }
td.TdClassName
{
border-color: #DEFDE6;
}
.TagClassName
{
border-color: #DEFDE6;
}
</style>