Shades of Cosmic Latte #DCFDE3
Tints of Cosmic Latte #DCFDE3
RGB
CMYK
RGB Variations
Color information
#DCFDE3 (or 0xDCFDE3) is known color: Cosmic Latte. HEX triplet: DC, FD and E3. RGB value is (220,253,227). Sum of RGB (Red+Green+Blue) = 220+253+227=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDE3 is #23021C. Grayscale: #F0F0F0. Windows color (decimal): -2294301 or 14941660. OLE color: 14941660.
HSL color Cylindrical-coordinate representation of color #DCFDE3: hue angle of 132.73º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFDE3 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 227 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.01 |
| HSL | 132.73º | 0.89% | 0.93% | - |
| HSV(B) | 132.73º | 0.13% | 0.99% | - |
| XYZ | 78.51 | 91.01 | 86.1 | - |
| YUV | 240.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 227 | 0.13 | 0 | 0.10 | 0.01 | 132.73 | 0.89 | 0.93 |
| Hex | DC | FD | E3 | D | 0 | A | 1 | 85 | 59 | 5D |
| Octal | 334 | 375 | 343 | 15 | 0 | 12 | 1 | 205 | 131 | 135 |
| Binary | 11011100 | 11111101 | 11100011 | 1101 | 0 | 1010 | 1 | 10000101 | 1011001 | 1011101 |
Color Harmonies of #DCFDE3
Complementary color
Monochromatic Colors of #DCFDE3
Black with #DCFDE3
Text Example
Text Example
White with #DCFDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDE3; }
p { color: rgb(220,253,227); }
H1.HeaderClassName
{
color: #DCFDE3;
}
.AnyTagClassName
{
color: #DCFDE3;
}
</style>
background-color css
<style>
a { background-color: #DCFDE3; }
a { background-color: rgb(220,253,227); }
div.DivClassName
{
background-color: #DCFDE3;
}
.BgClassName
{
background-color: #DCFDE3;
}
</style>
border-color css
<style>
span { border-color: #DCFDE3; }
span { border-color: rgb(220,253,227); }
td.TdClassName
{
border-color: #DCFDE3;
}
.TagClassName
{
border-color: #DCFDE3;
}
</style>