Shades of Cosmic Latte #DEFBE4
Tints of Cosmic Latte #DEFBE4
RGB
CMYK
RGB Variations
Color information
#DEFBE4 (or 0xDEFBE4) is known color: Cosmic Latte. HEX triplet: DE, FB and E4. RGB value is (222,251,228). Sum of RGB (Red+Green+Blue) = 222+251+228=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBE4 is #21041B. Grayscale: #EFEFEF. Windows color (decimal): -2163740 or 15006686. OLE color: 15006686.
HSL color Cylindrical-coordinate representation of color #DEFBE4: hue angle of 132.41º 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 #DEFBE4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 228 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.02 |
| HSL | 132.41º | 0.78% | 0.93% | - |
| HSV(B) | 132.41º | 0.12% | 0.98% | - |
| XYZ | 78.62 | 90.13 | 86.65 | - |
| YUV | 239.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 228 | 0.12 | 0 | 0.09 | 0.02 | 132.41 | 0.78 | 0.93 |
| Hex | DE | FB | E4 | C | 0 | 9 | 2 | 84 | 4E | 5D |
| Octal | 336 | 373 | 344 | 14 | 0 | 11 | 2 | 204 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11100100 | 1100 | 0 | 1001 | 10 | 10000100 | 1001110 | 1011101 |
Color Harmonies of #DEFBE4
Complementary color
Monochromatic Colors of #DEFBE4
Black with #DEFBE4
Text Example
Text Example
White with #DEFBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBE4; }
p { color: rgb(222,251,228); }
H1.HeaderClassName
{
color: #DEFBE4;
}
.AnyTagClassName
{
color: #DEFBE4;
}
</style>
background-color css
<style>
a { background-color: #DEFBE4; }
a { background-color: rgb(222,251,228); }
div.DivClassName
{
background-color: #DEFBE4;
}
.BgClassName
{
background-color: #DEFBE4;
}
</style>
border-color css
<style>
span { border-color: #DEFBE4; }
span { border-color: rgb(222,251,228); }
td.TdClassName
{
border-color: #DEFBE4;
}
.TagClassName
{
border-color: #DEFBE4;
}
</style>