Shades of Cosmic Latte #DEFBE3
Tints of Cosmic Latte #DEFBE3
RGB
CMYK
RGB Variations
Color information
#DEFBE3 (or 0xDEFBE3) is known color: Cosmic Latte. HEX triplet: DE, FB and E3. RGB value is (222,251,227). Sum of RGB (Red+Green+Blue) = 222+251+227=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBE3 is #21041C. Grayscale: #EFEFEF. Windows color (decimal): -2163741 or 14941150. OLE color: 14941150.
HSL color Cylindrical-coordinate representation of color #DEFBE3: hue angle of 130.34º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBE3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 227 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.02 |
| HSL | 130.34º | 0.78% | 0.93% | - |
| HSV(B) | 130.34º | 0.12% | 0.98% | - |
| XYZ | 78.49 | 90.07 | 85.92 | - |
| YUV | 239.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 227 | 0.12 | 0 | 0.10 | 0.02 | 130.34 | 0.78 | 0.93 |
| Hex | DE | FB | E3 | C | 0 | A | 2 | 82 | 4E | 5D |
| Octal | 336 | 373 | 343 | 14 | 0 | 12 | 2 | 202 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11100011 | 1100 | 0 | 1010 | 10 | 10000010 | 1001110 | 1011101 |
Color Harmonies of #DEFBE3
Complementary color
Monochromatic Colors of #DEFBE3
Black with #DEFBE3
Text Example
Text Example
White with #DEFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBE3; }
p { color: rgb(222,251,227); }
H1.HeaderClassName
{
color: #DEFBE3;
}
.AnyTagClassName
{
color: #DEFBE3;
}
</style>
background-color css
<style>
a { background-color: #DEFBE3; }
a { background-color: rgb(222,251,227); }
div.DivClassName
{
background-color: #DEFBE3;
}
.BgClassName
{
background-color: #DEFBE3;
}
</style>
border-color css
<style>
span { border-color: #DEFBE3; }
span { border-color: rgb(222,251,227); }
td.TdClassName
{
border-color: #DEFBE3;
}
.TagClassName
{
border-color: #DEFBE3;
}
</style>