Shades of Cosmic Latte #DCF7E2
Tints of Cosmic Latte #DCF7E2
RGB
CMYK
RGB Variations
Color information
#DCF7E2 (or 0xDCF7E2) is known color: Cosmic Latte. HEX triplet: DC, F7 and E2. RGB value is (220,247,226). Sum of RGB (Red+Green+Blue) = 220+247+226=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 226 (88.67% from 255 or 32.61% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7E2 is #23081D. Grayscale: #ECECEC. Windows color (decimal): -2295838 or 14874588. OLE color: 14874588.
HSL color Cylindrical-coordinate representation of color #DCF7E2: hue angle of 133.33º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF7E2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
RGB | 220 | 247 | 226 | - |
CMYK | 0.11 | 0 | 0.09 | 0.03 |
HSL | 133.33º | 0.63% | 0.92% | - |
HSV(B) | 133.33º | 0.11% | 0.97% | - |
XYZ | 76.5 | 87.23 | 84.76 | - |
YUV | 236.53 | 122.05 | 116.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 247 | 226 | 0.11 | 0 | 0.09 | 0.03 | 133.33 | 0.63 | 0.92 |
Hex | DC | F7 | E2 | B | 0 | 9 | 3 | 85 | 3F | 5C |
Octal | 334 | 367 | 342 | 13 | 0 | 11 | 3 | 205 | 77 | 134 |
Binary | 11011100 | 11110111 | 11100010 | 1011 | 0 | 1001 | 11 | 10000101 | 111111 | 1011100 |
Color Harmonies of #DCF7E2
Complementary color
Monochromatic Colors of #DCF7E2
Black with #DCF7E2
Text Example
Text Example
White with #DCF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7E2; }
p { color: rgb(220,247,226); }
H1.HeaderClassName
{
color: #DCF7E2;
}
.AnyTagClassName
{
color: #DCF7E2;
}
</style>
background-color css
<style>
a { background-color: #DCF7E2; }
a { background-color: rgb(220,247,226); }
div.DivClassName
{
background-color: #DCF7E2;
}
.BgClassName
{
background-color: #DCF7E2;
}
</style>
border-color css
<style>
span { border-color: #DCF7E2; }
span { border-color: rgb(220,247,226); }
td.TdClassName
{
border-color: #DCF7E2;
}
.TagClassName
{
border-color: #DCF7E2;
}
</style>