Shades of Cosmic Latte #DDF3E4
Tints of Cosmic Latte #DDF3E4
RGB
CMYK
RGB Variations
Color information
#DDF3E4 (or 0xDDF3E4) is known color: Cosmic Latte. HEX triplet: DD, F3 and E4. RGB value is (221,243,228). Sum of RGB (Red+Green+Blue) = 221+243+228=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3E4 is #220C1B. Grayscale: #EAEAEA. Windows color (decimal): -2231324 or 15004637. OLE color: 15004637.
HSL color Cylindrical-coordinate representation of color #DDF3E4: hue angle of 139.09º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF3E4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 228 | - |
CMYK | 0.09 | 0 | 0.06 | 0.05 |
HSL | 139.09º | 0.48% | 0.91% | - |
HSV(B) | 139.09º | 0.09% | 0.95% | - |
XYZ | 75.87 | 85.07 | 85.82 | - |
YUV | 234.71 | 124.21 | 118.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 228 | 0.09 | 0 | 0.06 | 0.05 | 139.09 | 0.48 | 0.91 |
Hex | DD | F3 | E4 | 9 | 0 | 6 | 5 | 8B | 30 | 5B |
Octal | 335 | 363 | 344 | 11 | 0 | 6 | 5 | 213 | 60 | 133 |
Binary | 11011101 | 11110011 | 11100100 | 1001 | 0 | 110 | 101 | 10001011 | 110000 | 1011011 |
Color Harmonies of #DDF3E4
Complementary color
Monochromatic Colors of #DDF3E4
Black with #DDF3E4
Text Example
Text Example
White with #DDF3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3E4; }
p { color: rgb(221,243,228); }
H1.HeaderClassName
{
color: #DDF3E4;
}
.AnyTagClassName
{
color: #DDF3E4;
}
</style>
background-color css
<style>
a { background-color: #DDF3E4; }
a { background-color: rgb(221,243,228); }
div.DivClassName
{
background-color: #DDF3E4;
}
.BgClassName
{
background-color: #DDF3E4;
}
</style>
border-color css
<style>
span { border-color: #DDF3E4; }
span { border-color: rgb(221,243,228); }
td.TdClassName
{
border-color: #DDF3E4;
}
.TagClassName
{
border-color: #DDF3E4;
}
</style>