Shades of Cosmic Latte #DCFEEB
Tints of Cosmic Latte #DCFEEB
RGB
CMYK
RGB Variations
Color information
#DCFEEB (or 0xDCFEEB) is known color: Cosmic Latte. HEX triplet: DC, FE and EB. RGB value is (220,254,235). Sum of RGB (Red+Green+Blue) = 220+254+235=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEEB is #230114. Grayscale: #F1F1F1. Windows color (decimal): -2294037 or 15466204. OLE color: 15466204.
HSL color Cylindrical-coordinate representation of color #DCFEEB: hue angle of 146.47º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEEB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 235 | - |
CMYK | 0.13 | 0 | 0.07 | 0.00 |
HSL | 146.47º | 0.94% | 0.93% | - |
HSV(B) | 146.47º | 0.13% | 1% | - |
XYZ | 79.95 | 92.1 | 92.16 | - |
YUV | 241.67 | 124.24 | 112.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 235 | 0.13 | 0 | 0.07 | 0.00 | 146.47 | 0.94 | 0.93 |
Hex | DC | FE | EB | D | 0 | 7 | 0 | 92 | 5E | 5D |
Octal | 334 | 376 | 353 | 15 | 0 | 7 | 0 | 222 | 136 | 135 |
Binary | 11011100 | 11111110 | 11101011 | 1101 | 0 | 111 | 0 | 10010010 | 1011110 | 1011101 |
Color Harmonies of #DCFEEB
Complementary color
Monochromatic Colors of #DCFEEB
Black with #DCFEEB
Text Example
Text Example
White with #DCFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEEB; }
p { color: rgb(220,254,235); }
H1.HeaderClassName
{
color: #DCFEEB;
}
.AnyTagClassName
{
color: #DCFEEB;
}
</style>
background-color css
<style>
a { background-color: #DCFEEB; }
a { background-color: rgb(220,254,235); }
div.DivClassName
{
background-color: #DCFEEB;
}
.BgClassName
{
background-color: #DCFEEB;
}
</style>
border-color css
<style>
span { border-color: #DCFEEB; }
span { border-color: rgb(220,254,235); }
td.TdClassName
{
border-color: #DCFEEB;
}
.TagClassName
{
border-color: #DCFEEB;
}
</style>