Shades of Cosmic Latte #DDFBE7
Tints of Cosmic Latte #DDFBE7
RGB
CMYK
RGB Variations
Color information
#DDFBE7 (or 0xDDFBE7) is known color: Cosmic Latte. HEX triplet: DD, FB and E7. RGB value is (221,251,231). Sum of RGB (Red+Green+Blue) = 221+251+231=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBE7 is #220418. Grayscale: #EFEFEF. Windows color (decimal): -2229273 or 15203293. OLE color: 15203293.
HSL color Cylindrical-coordinate representation of color #DDFBE7: hue angle of 140º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBE7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 231 | - |
CMYK | 0.12 | 0 | 0.08 | 0.02 |
HSL | 140º | 0.79% | 0.93% | - |
HSV(B) | 140º | 0.12% | 0.98% | - |
XYZ | 78.74 | 90.14 | 88.85 | - |
YUV | 239.75 | 123.06 | 114.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 231 | 0.12 | 0 | 0.08 | 0.02 | 140 | 0.79 | 0.93 |
Hex | DD | FB | E7 | C | 0 | 8 | 2 | 8C | 4F | 5D |
Octal | 335 | 373 | 347 | 14 | 0 | 10 | 2 | 214 | 117 | 135 |
Binary | 11011101 | 11111011 | 11100111 | 1100 | 0 | 1000 | 10 | 10001100 | 1001111 | 1011101 |
Color Harmonies of #DDFBE7
Complementary color
Monochromatic Colors of #DDFBE7
Black with #DDFBE7
Text Example
Text Example
White with #DDFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBE7; }
p { color: rgb(221,251,231); }
H1.HeaderClassName
{
color: #DDFBE7;
}
.AnyTagClassName
{
color: #DDFBE7;
}
</style>
background-color css
<style>
a { background-color: #DDFBE7; }
a { background-color: rgb(221,251,231); }
div.DivClassName
{
background-color: #DDFBE7;
}
.BgClassName
{
background-color: #DDFBE7;
}
</style>
border-color css
<style>
span { border-color: #DDFBE7; }
span { border-color: rgb(221,251,231); }
td.TdClassName
{
border-color: #DDFBE7;
}
.TagClassName
{
border-color: #DDFBE7;
}
</style>