Shades of Cosmic Latte #DCFCE4
Tints of Cosmic Latte #DCFCE4
RGB
CMYK
RGB Variations
Color information
#DCFCE4 (or 0xDCFCE4) is known color: Cosmic Latte. HEX triplet: DC, FC and E4. RGB value is (220,252,228). Sum of RGB (Red+Green+Blue) = 220+252+228=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCE4 is #23031B. Grayscale: #EFEFEF. Windows color (decimal): -2294556 or 15006940. OLE color: 15006940.
HSL color Cylindrical-coordinate representation of color #DCFCE4: hue angle of 135º degrees, saturation: 0.84, 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 #DCFCE4 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 228 | - |
CMYK | 0.13 | 0 | 0.10 | 0.01 |
HSL | 135º | 0.84% | 0.93% | - |
HSV(B) | 135º | 0.13% | 0.99% | - |
XYZ | 78.33 | 90.44 | 86.73 | - |
YUV | 239.7 | 121.4 | 113.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 228 | 0.13 | 0 | 0.10 | 0.01 | 135 | 0.84 | 0.93 |
Hex | DC | FC | E4 | D | 0 | A | 1 | 87 | 54 | 5D |
Octal | 334 | 374 | 344 | 15 | 0 | 12 | 1 | 207 | 124 | 135 |
Binary | 11011100 | 11111100 | 11100100 | 1101 | 0 | 1010 | 1 | 10000111 | 1010100 | 1011101 |
Color Harmonies of #DCFCE4
Complementary color
Monochromatic Colors of #DCFCE4
Black with #DCFCE4
Text Example
Text Example
White with #DCFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCE4; }
p { color: rgb(220,252,228); }
H1.HeaderClassName
{
color: #DCFCE4;
}
.AnyTagClassName
{
color: #DCFCE4;
}
</style>
background-color css
<style>
a { background-color: #DCFCE4; }
a { background-color: rgb(220,252,228); }
div.DivClassName
{
background-color: #DCFCE4;
}
.BgClassName
{
background-color: #DCFCE4;
}
</style>
border-color css
<style>
span { border-color: #DCFCE4; }
span { border-color: rgb(220,252,228); }
td.TdClassName
{
border-color: #DCFCE4;
}
.TagClassName
{
border-color: #DCFCE4;
}
</style>