Shades of Cosmic Latte #DCFFE6
Tints of Cosmic Latte #DCFFE6
RGB
CMYK
RGB Variations
Color information
#DCFFE6 (or 0xDCFFE6) is known color: Cosmic Latte. HEX triplet: DC, FF and E6. RGB value is (220,255,230). Sum of RGB (Red+Green+Blue) = 220+255+230=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFE6 is #230019. Grayscale: #F1F1F1. Windows color (decimal): -2293786 or 15138780. OLE color: 15138780.
HSL color Cylindrical-coordinate representation of color #DCFFE6: hue angle of 137.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFE6 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 230 | - |
CMYK | 0.14 | 0 | 0.10 | 0 |
HSL | 137.14º | 1% | 0.93% | - |
HSV(B) | 137.14º | 0.14% | 1% | - |
XYZ | 79.56 | 92.45 | 88.51 | - |
YUV | 241.69 | 121.4 | 112.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 230 | 0.14 | 0 | 0.10 | 0 | 137.14 | 1 | 0.93 |
Hex | DC | FF | E6 | E | 0 | A | 0 | 89 | 64 | 5D |
Octal | 334 | 377 | 346 | 16 | 0 | 12 | 0 | 211 | 144 | 135 |
Binary | 11011100 | 11111111 | 11100110 | 1110 | 0 | 1010 | 0 | 10001001 | 1100100 | 1011101 |
Color Harmonies of #DCFFE6
Complementary color
Monochromatic Colors of #DCFFE6
Black with #DCFFE6
Text Example
Text Example
White with #DCFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFE6; }
p { color: rgb(220,255,230); }
H1.HeaderClassName
{
color: #DCFFE6;
}
.AnyTagClassName
{
color: #DCFFE6;
}
</style>
background-color css
<style>
a { background-color: #DCFFE6; }
a { background-color: rgb(220,255,230); }
div.DivClassName
{
background-color: #DCFFE6;
}
.BgClassName
{
background-color: #DCFFE6;
}
</style>
border-color css
<style>
span { border-color: #DCFFE6; }
span { border-color: rgb(220,255,230); }
td.TdClassName
{
border-color: #DCFFE6;
}
.TagClassName
{
border-color: #DCFFE6;
}
</style>