Shades of Cosmic Latte #DCFFE5
Tints of Cosmic Latte #DCFFE5
RGB
CMYK
RGB Variations
Color information
#DCFFE5 (or 0xDCFFE5) is known color: Cosmic Latte. HEX triplet: DC, FF and E5. RGB value is (220,255,229). Sum of RGB (Red+Green+Blue) = 220+255+229=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFE5 is #23001A. Grayscale: #F1F1F1. Windows color (decimal): -2293787 or 15073244. OLE color: 15073244.
HSL color Cylindrical-coordinate representation of color #DCFFE5: hue angle of 135.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFE5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 229 | - |
CMYK | 0.14 | 0 | 0.10 | 0 |
HSL | 135.43º | 1% | 0.93% | - |
HSV(B) | 135.43º | 0.14% | 1% | - |
XYZ | 79.42 | 92.39 | 87.78 | - |
YUV | 241.57 | 120.9 | 112.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 229 | 0.14 | 0 | 0.10 | 0 | 135.43 | 1 | 0.93 |
Hex | DC | FF | E5 | E | 0 | A | 0 | 87 | 64 | 5D |
Octal | 334 | 377 | 345 | 16 | 0 | 12 | 0 | 207 | 144 | 135 |
Binary | 11011100 | 11111111 | 11100101 | 1110 | 0 | 1010 | 0 | 10000111 | 1100100 | 1011101 |
Color Harmonies of #DCFFE5
Complementary color
Monochromatic Colors of #DCFFE5
Black with #DCFFE5
Text Example
Text Example
White with #DCFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFE5; }
p { color: rgb(220,255,229); }
H1.HeaderClassName
{
color: #DCFFE5;
}
.AnyTagClassName
{
color: #DCFFE5;
}
</style>
background-color css
<style>
a { background-color: #DCFFE5; }
a { background-color: rgb(220,255,229); }
div.DivClassName
{
background-color: #DCFFE5;
}
.BgClassName
{
background-color: #DCFFE5;
}
</style>
border-color css
<style>
span { border-color: #DCFFE5; }
span { border-color: rgb(220,255,229); }
td.TdClassName
{
border-color: #DCFFE5;
}
.TagClassName
{
border-color: #DCFFE5;
}
</style>