Shades of Cosmic Latte #DCFAE8
Tints of Cosmic Latte #DCFAE8
RGB
CMYK
RGB Variations
Color information
#DCFAE8 (or 0xDCFAE8) is known color: Cosmic Latte. HEX triplet: DC, FA and E8. RGB value is (220,250,232). Sum of RGB (Red+Green+Blue) = 220+250+232=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAE8 is #230517. Grayscale: #EFEFEF. Windows color (decimal): -2295064 or 15268572. OLE color: 15268572.
HSL color Cylindrical-coordinate representation of color #DCFAE8: hue angle of 144º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAE8 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 232 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.02 |
| HSL | 144º | 0.75% | 0.92% | - |
| HSV(B) | 144º | 0.12% | 0.98% | - |
| XYZ | 78.27 | 89.41 | 89.48 | - |
| YUV | 238.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 232 | 0.12 | 0 | 0.07 | 0.02 | 144 | 0.75 | 0.92 |
| Hex | DC | FA | E8 | C | 0 | 7 | 2 | 90 | 4B | 5C |
| Octal | 334 | 372 | 350 | 14 | 0 | 7 | 2 | 220 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11101000 | 1100 | 0 | 111 | 10 | 10010000 | 1001011 | 1011100 |
Color Harmonies of #DCFAE8
Complementary color
Monochromatic Colors of #DCFAE8
Black with #DCFAE8
Text Example
Text Example
White with #DCFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAE8; }
p { color: rgb(220,250,232); }
H1.HeaderClassName
{
color: #DCFAE8;
}
.AnyTagClassName
{
color: #DCFAE8;
}
</style>
background-color css
<style>
a { background-color: #DCFAE8; }
a { background-color: rgb(220,250,232); }
div.DivClassName
{
background-color: #DCFAE8;
}
.BgClassName
{
background-color: #DCFAE8;
}
</style>
border-color css
<style>
span { border-color: #DCFAE8; }
span { border-color: rgb(220,250,232); }
td.TdClassName
{
border-color: #DCFAE8;
}
.TagClassName
{
border-color: #DCFAE8;
}
</style>