Shades of Cosmic Latte #DCFAE7
Tints of Cosmic Latte #DCFAE7
RGB
CMYK
RGB Variations
Color information
#DCFAE7 (or 0xDCFAE7) is known color: Cosmic Latte. HEX triplet: DC, FA and E7. RGB value is (220,250,231). Sum of RGB (Red+Green+Blue) = 220+250+231=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAE7 is #230518. Grayscale: #EEEEEE. Windows color (decimal): -2295065 or 15203036. OLE color: 15203036.
HSL color Cylindrical-coordinate representation of color #DCFAE7: hue angle of 142º 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 #DCFAE7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 231 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.02 |
| HSL | 142º | 0.75% | 0.92% | - |
| HSV(B) | 142º | 0.12% | 0.98% | - |
| XYZ | 78.12 | 89.36 | 88.73 | - |
| YUV | 238.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 231 | 0.12 | 0 | 0.08 | 0.02 | 142 | 0.75 | 0.92 |
| Hex | DC | FA | E7 | C | 0 | 8 | 2 | 8E | 4B | 5C |
| Octal | 334 | 372 | 347 | 14 | 0 | 10 | 2 | 216 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11100111 | 1100 | 0 | 1000 | 10 | 10001110 | 1001011 | 1011100 |
Color Harmonies of #DCFAE7
Complementary color
Monochromatic Colors of #DCFAE7
Black with #DCFAE7
Text Example
Text Example
White with #DCFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAE7; }
p { color: rgb(220,250,231); }
H1.HeaderClassName
{
color: #DCFAE7;
}
.AnyTagClassName
{
color: #DCFAE7;
}
</style>
background-color css
<style>
a { background-color: #DCFAE7; }
a { background-color: rgb(220,250,231); }
div.DivClassName
{
background-color: #DCFAE7;
}
.BgClassName
{
background-color: #DCFAE7;
}
</style>
border-color css
<style>
span { border-color: #DCFAE7; }
span { border-color: rgb(220,250,231); }
td.TdClassName
{
border-color: #DCFAE7;
}
.TagClassName
{
border-color: #DCFAE7;
}
</style>