Shades of Cosmic Latte #DCF9E5
Tints of Cosmic Latte #DCF9E5
RGB
CMYK
RGB Variations
Color information
#DCF9E5 (or 0xDCF9E5) is known color: Cosmic Latte. HEX triplet: DC, F9 and E5. RGB value is (220,249,229). Sum of RGB (Red+Green+Blue) = 220+249+229=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 249 (97.66% from 255 or 35.67% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9E5 is #23061A. Grayscale: #EEEEEE. Windows color (decimal): -2295323 or 15071708. OLE color: 15071708.
HSL color Cylindrical-coordinate representation of color #DCF9E5: hue angle of 138.62º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9E5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 229 | - |
CMYK | 0.12 | 0 | 0.08 | 0.02 |
HSL | 138.62º | 0.71% | 0.92% | - |
HSV(B) | 138.62º | 0.12% | 0.98% | - |
XYZ | 77.53 | 88.62 | 87.15 | - |
YUV | 238.05 | 122.89 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 229 | 0.12 | 0 | 0.08 | 0.02 | 138.62 | 0.71 | 0.92 |
Hex | DC | F9 | E5 | C | 0 | 8 | 2 | 8B | 47 | 5C |
Octal | 334 | 371 | 345 | 14 | 0 | 10 | 2 | 213 | 107 | 134 |
Binary | 11011100 | 11111001 | 11100101 | 1100 | 0 | 1000 | 10 | 10001011 | 1000111 | 1011100 |
Color Harmonies of #DCF9E5
Complementary color
Monochromatic Colors of #DCF9E5
Black with #DCF9E5
Text Example
Text Example
White with #DCF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9E5; }
p { color: rgb(220,249,229); }
H1.HeaderClassName
{
color: #DCF9E5;
}
.AnyTagClassName
{
color: #DCF9E5;
}
</style>
background-color css
<style>
a { background-color: #DCF9E5; }
a { background-color: rgb(220,249,229); }
div.DivClassName
{
background-color: #DCF9E5;
}
.BgClassName
{
background-color: #DCF9E5;
}
</style>
border-color css
<style>
span { border-color: #DCF9E5; }
span { border-color: rgb(220,249,229); }
td.TdClassName
{
border-color: #DCF9E5;
}
.TagClassName
{
border-color: #DCF9E5;
}
</style>