Shades of Cosmic Latte #DCFAE2
Tints of Cosmic Latte #DCFAE2
RGB
CMYK
RGB Variations
Color information
#DCFAE2 (or 0xDCFAE2) is known color: Cosmic Latte. HEX triplet: DC, FA and E2. RGB value is (220,250,226). Sum of RGB (Red+Green+Blue) = 220+250+226=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAE2 is #23051D. Grayscale: #EEEEEE. Windows color (decimal): -2295070 or 14875356. OLE color: 14875356.
HSL color Cylindrical-coordinate representation of color #DCFAE2: hue angle of 132º 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 #DCFAE2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 226 | - |
CMYK | 0.12 | 0 | 0.10 | 0.02 |
HSL | 132º | 0.75% | 0.92% | - |
HSV(B) | 132º | 0.12% | 0.98% | - |
XYZ | 77.43 | 89.08 | 85.06 | - |
YUV | 238.29 | 121.06 | 114.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 226 | 0.12 | 0 | 0.10 | 0.02 | 132 | 0.75 | 0.92 |
Hex | DC | FA | E2 | C | 0 | A | 2 | 84 | 4B | 5C |
Octal | 334 | 372 | 342 | 14 | 0 | 12 | 2 | 204 | 113 | 134 |
Binary | 11011100 | 11111010 | 11100010 | 1100 | 0 | 1010 | 10 | 10000100 | 1001011 | 1011100 |
Color Harmonies of #DCFAE2
Complementary color
Monochromatic Colors of #DCFAE2
Black with #DCFAE2
Text Example
Text Example
White with #DCFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAE2; }
p { color: rgb(220,250,226); }
H1.HeaderClassName
{
color: #DCFAE2;
}
.AnyTagClassName
{
color: #DCFAE2;
}
</style>
background-color css
<style>
a { background-color: #DCFAE2; }
a { background-color: rgb(220,250,226); }
div.DivClassName
{
background-color: #DCFAE2;
}
.BgClassName
{
background-color: #DCFAE2;
}
</style>
border-color css
<style>
span { border-color: #DCFAE2; }
span { border-color: rgb(220,250,226); }
td.TdClassName
{
border-color: #DCFAE2;
}
.TagClassName
{
border-color: #DCFAE2;
}
</style>