Shades of Cosmic Latte #DCF6E2
Tints of Cosmic Latte #DCF6E2
RGB
CMYK
RGB Variations
Color information
#DCF6E2 (or 0xDCF6E2) is known color: Cosmic Latte. HEX triplet: DC, F6 and E2. RGB value is (220,246,226). Sum of RGB (Red+Green+Blue) = 220+246+226=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6E2 is #23091D. Grayscale: #ECECEC. Windows color (decimal): -2296094 or 14874332. OLE color: 14874332.
HSL color Cylindrical-coordinate representation of color #DCF6E2: hue angle of 133.85º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6E2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 246 | 226 | - |
CMYK | 0.11 | 0 | 0.08 | 0.04 |
HSL | 133.85º | 0.59% | 0.91% | - |
HSV(B) | 133.85º | 0.11% | 0.96% | - |
XYZ | 76.2 | 86.62 | 84.65 | - |
YUV | 235.95 | 122.39 | 116.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 246 | 226 | 0.11 | 0 | 0.08 | 0.04 | 133.85 | 0.59 | 0.91 |
Hex | DC | F6 | E2 | B | 0 | 8 | 4 | 86 | 3B | 5B |
Octal | 334 | 366 | 342 | 13 | 0 | 10 | 4 | 206 | 73 | 133 |
Binary | 11011100 | 11110110 | 11100010 | 1011 | 0 | 1000 | 100 | 10000110 | 111011 | 1011011 |
Color Harmonies of #DCF6E2
Complementary color
Monochromatic Colors of #DCF6E2
Black with #DCF6E2
Text Example
Text Example
White with #DCF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6E2; }
p { color: rgb(220,246,226); }
H1.HeaderClassName
{
color: #DCF6E2;
}
.AnyTagClassName
{
color: #DCF6E2;
}
</style>
background-color css
<style>
a { background-color: #DCF6E2; }
a { background-color: rgb(220,246,226); }
div.DivClassName
{
background-color: #DCF6E2;
}
.BgClassName
{
background-color: #DCF6E2;
}
</style>
border-color css
<style>
span { border-color: #DCF6E2; }
span { border-color: rgb(220,246,226); }
td.TdClassName
{
border-color: #DCF6E2;
}
.TagClassName
{
border-color: #DCF6E2;
}
</style>