Shades of Cosmic Latte #DDF0E3
Tints of Cosmic Latte #DDF0E3
RGB
CMYK
RGB Variations
Color information
#DDF0E3 (or 0xDDF0E3) is known color: Cosmic Latte. HEX triplet: DD, F0 and E3. RGB value is (221,240,227). Sum of RGB (Red+Green+Blue) = 221+240+227=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0E3 is #220F1C. Grayscale: #E8E8E8. Windows color (decimal): -2232093 or 14938333. OLE color: 14938333.
HSL color Cylindrical-coordinate representation of color #DDF0E3: hue angle of 138.95º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0E3 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 227 | - |
CMYK | 0.08 | 0 | 0.05 | 0.06 |
HSL | 138.95º | 0.39% | 0.9% | - |
HSV(B) | 138.95º | 0.08% | 0.94% | - |
XYZ | 74.84 | 83.24 | 84.79 | - |
YUV | 232.84 | 124.71 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 227 | 0.08 | 0 | 0.05 | 0.06 | 138.95 | 0.39 | 0.9 |
Hex | DD | F0 | E3 | 8 | 0 | 5 | 6 | 8B | 27 | 5A |
Octal | 335 | 360 | 343 | 10 | 0 | 5 | 6 | 213 | 47 | 132 |
Binary | 11011101 | 11110000 | 11100011 | 1000 | 0 | 101 | 110 | 10001011 | 100111 | 1011010 |
Color Harmonies of #DDF0E3
Complementary color
Monochromatic Colors of #DDF0E3
Black with #DDF0E3
Text Example
Text Example
White with #DDF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0E3; }
p { color: rgb(221,240,227); }
H1.HeaderClassName
{
color: #DDF0E3;
}
.AnyTagClassName
{
color: #DDF0E3;
}
</style>
background-color css
<style>
a { background-color: #DDF0E3; }
a { background-color: rgb(221,240,227); }
div.DivClassName
{
background-color: #DDF0E3;
}
.BgClassName
{
background-color: #DDF0E3;
}
</style>
border-color css
<style>
span { border-color: #DDF0E3; }
span { border-color: rgb(221,240,227); }
td.TdClassName
{
border-color: #DDF0E3;
}
.TagClassName
{
border-color: #DDF0E3;
}
</style>