Shades of Cosmic Latte #DFF2E5
Tints of Cosmic Latte #DFF2E5
RGB
CMYK
RGB Variations
Color information
#DFF2E5 (or 0xDFF2E5) is known color: Cosmic Latte. HEX triplet: DF, F2 and E5. RGB value is (223,242,229). Sum of RGB (Red+Green+Blue) = 223+242+229=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 229 (89.84% from 255 or 33.00% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2E5 is #200D1A. Grayscale: #EAEAEA. Windows color (decimal): -2100507 or 15069919. OLE color: 15069919.
HSL color Cylindrical-coordinate representation of color #DFF2E5: hue angle of 138.95º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF2E5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 229 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.05 |
| HSL | 138.95º | 0.42% | 0.91% | - |
| HSV(B) | 138.95º | 0.08% | 0.95% | - |
| XYZ | 76.33 | 84.85 | 86.48 | - |
| YUV | 234.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 229 | 0.08 | 0 | 0.05 | 0.05 | 138.95 | 0.42 | 0.91 |
| Hex | DF | F2 | E5 | 8 | 0 | 5 | 5 | 8B | 2A | 5B |
| Octal | 337 | 362 | 345 | 10 | 0 | 5 | 5 | 213 | 52 | 133 |
| Binary | 11011111 | 11110010 | 11100101 | 1000 | 0 | 101 | 101 | 10001011 | 101010 | 1011011 |
Color Harmonies of #DFF2E5
Complementary color
Monochromatic Colors of #DFF2E5
Black with #DFF2E5
Text Example
Text Example
White with #DFF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2E5; }
p { color: rgb(223,242,229); }
H1.HeaderClassName
{
color: #DFF2E5;
}
.AnyTagClassName
{
color: #DFF2E5;
}
</style>
background-color css
<style>
a { background-color: #DFF2E5; }
a { background-color: rgb(223,242,229); }
div.DivClassName
{
background-color: #DFF2E5;
}
.BgClassName
{
background-color: #DFF2E5;
}
</style>
border-color css
<style>
span { border-color: #DFF2E5; }
span { border-color: rgb(223,242,229); }
td.TdClassName
{
border-color: #DFF2E5;
}
.TagClassName
{
border-color: #DFF2E5;
}
</style>