Shades of Cosmic Latte #DCFAE6
Tints of Cosmic Latte #DCFAE6
RGB
CMYK
RGB Variations
Color information
#DCFAE6 (or 0xDCFAE6) is known color: Cosmic Latte. HEX triplet: DC, FA and E6. RGB value is (220,250,230). Sum of RGB (Red+Green+Blue) = 220+250+230=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAE6 is #230519. Grayscale: #EEEEEE. Windows color (decimal): -2295066 or 15137500. OLE color: 15137500.
HSL color Cylindrical-coordinate representation of color #DCFAE6: hue angle of 140º 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 #DCFAE6 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 230 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.02 |
| HSL | 140º | 0.75% | 0.92% | - |
| HSV(B) | 140º | 0.12% | 0.98% | - |
| XYZ | 77.98 | 89.3 | 87.99 | - |
| YUV | 238.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 230 | 0.12 | 0 | 0.08 | 0.02 | 140 | 0.75 | 0.92 |
| Hex | DC | FA | E6 | C | 0 | 8 | 2 | 8C | 4B | 5C |
| Octal | 334 | 372 | 346 | 14 | 0 | 10 | 2 | 214 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11100110 | 1100 | 0 | 1000 | 10 | 10001100 | 1001011 | 1011100 |
Color Harmonies of #DCFAE6
Complementary color
Monochromatic Colors of #DCFAE6
Black with #DCFAE6
Text Example
Text Example
White with #DCFAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAE6; }
p { color: rgb(220,250,230); }
H1.HeaderClassName
{
color: #DCFAE6;
}
.AnyTagClassName
{
color: #DCFAE6;
}
</style>
background-color css
<style>
a { background-color: #DCFAE6; }
a { background-color: rgb(220,250,230); }
div.DivClassName
{
background-color: #DCFAE6;
}
.BgClassName
{
background-color: #DCFAE6;
}
</style>
border-color css
<style>
span { border-color: #DCFAE6; }
span { border-color: rgb(220,250,230); }
td.TdClassName
{
border-color: #DCFAE6;
}
.TagClassName
{
border-color: #DCFAE6;
}
</style>