Shades of Cosmic Latte #DDFFE7
Tints of Cosmic Latte #DDFFE7
RGB
CMYK
RGB Variations
Color information
#DDFFE7 (or 0xDDFFE7) is known color: Cosmic Latte. HEX triplet: DD, FF and E7. RGB value is (221,255,231). Sum of RGB (Red+Green+Blue) = 221+255+231=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFE7 is #220018. Grayscale: #F2F2F2. Windows color (decimal): -2228249 or 15204317. OLE color: 15204317.
HSL color Cylindrical-coordinate representation of color #DDFFE7: hue angle of 137.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFE7 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 231 | - |
CMYK | 0.13 | 0 | 0.09 | 0 |
HSL | 137.65º | 1% | 0.93% | - |
HSV(B) | 137.65º | 0.13% | 1% | - |
XYZ | 80 | 92.66 | 89.27 | - |
YUV | 242.1 | 121.74 | 112.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 231 | 0.13 | 0 | 0.09 | 0 | 137.65 | 1 | 0.93 |
Hex | DD | FF | E7 | D | 0 | 9 | 0 | 8A | 64 | 5D |
Octal | 335 | 377 | 347 | 15 | 0 | 11 | 0 | 212 | 144 | 135 |
Binary | 11011101 | 11111111 | 11100111 | 1101 | 0 | 1001 | 0 | 10001010 | 1100100 | 1011101 |
Color Harmonies of #DDFFE7
Complementary color
Monochromatic Colors of #DDFFE7
Black with #DDFFE7
Text Example
Text Example
White with #DDFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFE7; }
p { color: rgb(221,255,231); }
H1.HeaderClassName
{
color: #DDFFE7;
}
.AnyTagClassName
{
color: #DDFFE7;
}
</style>
background-color css
<style>
a { background-color: #DDFFE7; }
a { background-color: rgb(221,255,231); }
div.DivClassName
{
background-color: #DDFFE7;
}
.BgClassName
{
background-color: #DDFFE7;
}
</style>
border-color css
<style>
span { border-color: #DDFFE7; }
span { border-color: rgb(221,255,231); }
td.TdClassName
{
border-color: #DDFFE7;
}
.TagClassName
{
border-color: #DDFFE7;
}
</style>