Shades of Cosmic Latte #DDF5E5
Tints of Cosmic Latte #DDF5E5
RGB
CMYK
RGB Variations
Color information
#DDF5E5 (or 0xDDF5E5) is known color: Cosmic Latte. HEX triplet: DD, F5 and E5. RGB value is (221,245,229). Sum of RGB (Red+Green+Blue) = 221+245+229=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5E5 is #220A1A. Grayscale: #ECECEC. Windows color (decimal): -2230811 or 15070685. OLE color: 15070685.
HSL color Cylindrical-coordinate representation of color #DDF5E5: hue angle of 140º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF5E5 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 229 | - |
CMYK | 0.10 | 0 | 0.07 | 0.04 |
HSL | 140º | 0.55% | 0.91% | - |
HSV(B) | 140º | 0.1% | 0.96% | - |
XYZ | 76.61 | 86.33 | 86.75 | - |
YUV | 236 | 124.05 | 117.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 229 | 0.10 | 0 | 0.07 | 0.04 | 140 | 0.55 | 0.91 |
Hex | DD | F5 | E5 | A | 0 | 7 | 4 | 8C | 37 | 5B |
Octal | 335 | 365 | 345 | 12 | 0 | 7 | 4 | 214 | 67 | 133 |
Binary | 11011101 | 11110101 | 11100101 | 1010 | 0 | 111 | 100 | 10001100 | 110111 | 1011011 |
Color Harmonies of #DDF5E5
Complementary color
Monochromatic Colors of #DDF5E5
Black with #DDF5E5
Text Example
Text Example
White with #DDF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5E5; }
p { color: rgb(221,245,229); }
H1.HeaderClassName
{
color: #DDF5E5;
}
.AnyTagClassName
{
color: #DDF5E5;
}
</style>
background-color css
<style>
a { background-color: #DDF5E5; }
a { background-color: rgb(221,245,229); }
div.DivClassName
{
background-color: #DDF5E5;
}
.BgClassName
{
background-color: #DDF5E5;
}
</style>
border-color css
<style>
span { border-color: #DDF5E5; }
span { border-color: rgb(221,245,229); }
td.TdClassName
{
border-color: #DDF5E5;
}
.TagClassName
{
border-color: #DDF5E5;
}
</style>