Shades of Cosmic Latte #DDFBE3
Tints of Cosmic Latte #DDFBE3
RGB
CMYK
RGB Variations
Color information
#DDFBE3 (or 0xDDFBE3) is known color: Cosmic Latte. HEX triplet: DD, FB and E3. RGB value is (221,251,227). Sum of RGB (Red+Green+Blue) = 221+251+227=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE3 is #22041C. Grayscale: #EFEFEF. Windows color (decimal): -2229277 or 14941149. OLE color: 14941149.
HSL color Cylindrical-coordinate representation of color #DDFBE3: hue angle of 132º 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 #DDFBE3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 227 | - |
CMYK | 0.12 | 0 | 0.10 | 0.02 |
HSL | 132º | 0.79% | 0.93% | - |
HSV(B) | 132º | 0.12% | 0.98% | - |
XYZ | 78.18 | 89.91 | 85.91 | - |
YUV | 239.29 | 121.06 | 114.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 227 | 0.12 | 0 | 0.10 | 0.02 | 132 | 0.79 | 0.93 |
Hex | DD | FB | E3 | C | 0 | A | 2 | 84 | 4F | 5D |
Octal | 335 | 373 | 343 | 14 | 0 | 12 | 2 | 204 | 117 | 135 |
Binary | 11011101 | 11111011 | 11100011 | 1100 | 0 | 1010 | 10 | 10000100 | 1001111 | 1011101 |
Color Harmonies of #DDFBE3
Complementary color
Monochromatic Colors of #DDFBE3
Black with #DDFBE3
Text Example
Text Example
White with #DDFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBE3; }
p { color: rgb(221,251,227); }
H1.HeaderClassName
{
color: #DDFBE3;
}
.AnyTagClassName
{
color: #DDFBE3;
}
</style>
background-color css
<style>
a { background-color: #DDFBE3; }
a { background-color: rgb(221,251,227); }
div.DivClassName
{
background-color: #DDFBE3;
}
.BgClassName
{
background-color: #DDFBE3;
}
</style>
border-color css
<style>
span { border-color: #DDFBE3; }
span { border-color: rgb(221,251,227); }
td.TdClassName
{
border-color: #DDFBE3;
}
.TagClassName
{
border-color: #DDFBE3;
}
</style>