Shades of Cosmic Latte #DDF8E3
Tints of Cosmic Latte #DDF8E3
RGB
CMYK
RGB Variations
Color information
#DDF8E3 (or 0xDDF8E3) is known color: Cosmic Latte. HEX triplet: DD, F8 and E3. RGB value is (221,248,227). Sum of RGB (Red+Green+Blue) = 221+248+227=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 227 (89.06% from 255 or 32.61% from 696); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8E3 is #22071C. Grayscale: #EDEDED. Windows color (decimal): -2230045 or 14940381. OLE color: 14940381.
HSL color Cylindrical-coordinate representation of color #DDF8E3: hue angle of 133.33º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF8E3 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 227 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.03 |
| HSL | 133.33º | 0.66% | 0.92% | - |
| HSV(B) | 133.33º | 0.11% | 0.97% | - |
| XYZ | 77.25 | 88.05 | 85.6 | - |
| YUV | 237.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 227 | 0.11 | 0 | 0.08 | 0.03 | 133.33 | 0.66 | 0.92 |
| Hex | DD | F8 | E3 | B | 0 | 8 | 3 | 85 | 42 | 5C |
| Octal | 335 | 370 | 343 | 13 | 0 | 10 | 3 | 205 | 102 | 134 |
| Binary | 11011101 | 11111000 | 11100011 | 1011 | 0 | 1000 | 11 | 10000101 | 1000010 | 1011100 |
Color Harmonies of #DDF8E3
Complementary color
Monochromatic Colors of #DDF8E3
Black with #DDF8E3
Text Example
Text Example
White with #DDF8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8E3; }
p { color: rgb(221,248,227); }
H1.HeaderClassName
{
color: #DDF8E3;
}
.AnyTagClassName
{
color: #DDF8E3;
}
</style>
background-color css
<style>
a { background-color: #DDF8E3; }
a { background-color: rgb(221,248,227); }
div.DivClassName
{
background-color: #DDF8E3;
}
.BgClassName
{
background-color: #DDF8E3;
}
</style>
border-color css
<style>
span { border-color: #DDF8E3; }
span { border-color: rgb(221,248,227); }
td.TdClassName
{
border-color: #DDF8E3;
}
.TagClassName
{
border-color: #DDF8E3;
}
</style>