Shades of Cosmic Latte #D9FBE0
Tints of Cosmic Latte #D9FBE0
RGB
CMYK
RGB Variations
Color information
#D9FBE0 (or 0xD9FBE0) is known color: Cosmic Latte. HEX triplet: D9, FB and E0. RGB value is (217,251,224). Sum of RGB (Red+Green+Blue) = 217+251+224=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FBE0 is #26041F. Grayscale: #EDEDED. Windows color (decimal): -2491424 or 14744537. OLE color: 14744537.
HSL color Cylindrical-coordinate representation of color #D9FBE0: hue angle of 132.35º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FBE0 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 251 | 224 | - |
CMYK | 0.14 | 0 | 0.11 | 0.02 |
HSL | 132.35º | 0.81% | 0.92% | - |
HSV(B) | 132.35º | 0.14% | 0.98% | - |
XYZ | 76.57 | 89.13 | 83.69 | - |
YUV | 237.76 | 120.24 | 113.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 251 | 224 | 0.14 | 0 | 0.11 | 0.02 | 132.35 | 0.81 | 0.92 |
Hex | D9 | FB | E0 | E | 0 | B | 2 | 84 | 51 | 5C |
Octal | 331 | 373 | 340 | 16 | 0 | 13 | 2 | 204 | 121 | 134 |
Binary | 11011001 | 11111011 | 11100000 | 1110 | 0 | 1011 | 10 | 10000100 | 1010001 | 1011100 |
Color Harmonies of #D9FBE0
Complementary color
Monochromatic Colors of #D9FBE0
Black with #D9FBE0
Text Example
Text Example
White with #D9FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FBE0; }
p { color: rgb(217,251,224); }
H1.HeaderClassName
{
color: #D9FBE0;
}
.AnyTagClassName
{
color: #D9FBE0;
}
</style>
background-color css
<style>
a { background-color: #D9FBE0; }
a { background-color: rgb(217,251,224); }
div.DivClassName
{
background-color: #D9FBE0;
}
.BgClassName
{
background-color: #D9FBE0;
}
</style>
border-color css
<style>
span { border-color: #D9FBE0; }
span { border-color: rgb(217,251,224); }
td.TdClassName
{
border-color: #D9FBE0;
}
.TagClassName
{
border-color: #D9FBE0;
}
</style>