Shades of Cosmic Latte #DCFBE5
Tints of Cosmic Latte #DCFBE5
RGB
CMYK
RGB Variations
Color information
#DCFBE5 (or 0xDCFBE5) is known color: Cosmic Latte. HEX triplet: DC, FB and E5. RGB value is (220,251,229). Sum of RGB (Red+Green+Blue) = 220+251+229=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBE5 is #23041A. Grayscale: #EFEFEF. Windows color (decimal): -2294811 or 15072220. OLE color: 15072220.
HSL color Cylindrical-coordinate representation of color #DCFBE5: hue angle of 137.42º degrees, saturation: 0.79, 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 #DCFBE5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 229 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.02 |
| HSL | 137.42º | 0.79% | 0.92% | - |
| HSV(B) | 137.42º | 0.12% | 0.98% | - |
| XYZ | 78.16 | 89.87 | 87.36 | - |
| YUV | 239.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 229 | 0.12 | 0 | 0.09 | 0.02 | 137.42 | 0.79 | 0.92 |
| Hex | DC | FB | E5 | C | 0 | 9 | 2 | 89 | 4F | 5C |
| Octal | 334 | 373 | 345 | 14 | 0 | 11 | 2 | 211 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11100101 | 1100 | 0 | 1001 | 10 | 10001001 | 1001111 | 1011100 |
Color Harmonies of #DCFBE5
Complementary color
Monochromatic Colors of #DCFBE5
Black with #DCFBE5
Text Example
Text Example
White with #DCFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBE5; }
p { color: rgb(220,251,229); }
H1.HeaderClassName
{
color: #DCFBE5;
}
.AnyTagClassName
{
color: #DCFBE5;
}
</style>
background-color css
<style>
a { background-color: #DCFBE5; }
a { background-color: rgb(220,251,229); }
div.DivClassName
{
background-color: #DCFBE5;
}
.BgClassName
{
background-color: #DCFBE5;
}
</style>
border-color css
<style>
span { border-color: #DCFBE5; }
span { border-color: rgb(220,251,229); }
td.TdClassName
{
border-color: #DCFBE5;
}
.TagClassName
{
border-color: #DCFBE5;
}
</style>