Shades of Cosmic Latte #DDF7E6
Tints of Cosmic Latte #DDF7E6
RGB
CMYK
RGB Variations
Color information
#DDF7E6 (or 0xDDF7E6) is known color: Cosmic Latte. HEX triplet: DD, F7 and E6. RGB value is (221,247,230). Sum of RGB (Red+Green+Blue) = 221+247+230=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF7E6 is #220819. Grayscale: #EDEDED. Windows color (decimal): -2230298 or 15136733. OLE color: 15136733.
HSL color Cylindrical-coordinate representation of color #DDF7E6: hue angle of 140.77º degrees, saturation: 0.62, 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 #DDF7E6 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 247 | 230 | - |
CMYK | 0.11 | 0 | 0.07 | 0.03 |
HSL | 140.77º | 0.62% | 0.92% | - |
HSV(B) | 140.77º | 0.11% | 0.97% | - |
XYZ | 77.36 | 87.61 | 87.7 | - |
YUV | 237.29 | 123.89 | 116.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 247 | 230 | 0.11 | 0 | 0.07 | 0.03 | 140.77 | 0.62 | 0.92 |
Hex | DD | F7 | E6 | B | 0 | 7 | 3 | 8D | 3E | 5C |
Octal | 335 | 367 | 346 | 13 | 0 | 7 | 3 | 215 | 76 | 134 |
Binary | 11011101 | 11110111 | 11100110 | 1011 | 0 | 111 | 11 | 10001101 | 111110 | 1011100 |
Color Harmonies of #DDF7E6
Complementary color
Monochromatic Colors of #DDF7E6
Black with #DDF7E6
Text Example
Text Example
White with #DDF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7E6; }
p { color: rgb(221,247,230); }
H1.HeaderClassName
{
color: #DDF7E6;
}
.AnyTagClassName
{
color: #DDF7E6;
}
</style>
background-color css
<style>
a { background-color: #DDF7E6; }
a { background-color: rgb(221,247,230); }
div.DivClassName
{
background-color: #DDF7E6;
}
.BgClassName
{
background-color: #DDF7E6;
}
</style>
border-color css
<style>
span { border-color: #DDF7E6; }
span { border-color: rgb(221,247,230); }
td.TdClassName
{
border-color: #DDF7E6;
}
.TagClassName
{
border-color: #DDF7E6;
}
</style>