Shades of Cosmic Latte #DCFBE7
Tints of Cosmic Latte #DCFBE7
RGB
CMYK
RGB Variations
Color information
#DCFBE7 (or 0xDCFBE7) is known color: Cosmic Latte. HEX triplet: DC, FB and E7. RGB value is (220,251,231). Sum of RGB (Red+Green+Blue) = 220+251+231=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBE7 is #230418. Grayscale: #EFEFEF. Windows color (decimal): -2294809 or 15203292. OLE color: 15203292.
HSL color Cylindrical-coordinate representation of color #DCFBE7: hue angle of 141.29º 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 #DCFBE7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 231 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.02 |
| HSL | 141.29º | 0.79% | 0.92% | - |
| HSV(B) | 141.29º | 0.12% | 0.98% | - |
| XYZ | 78.44 | 89.98 | 88.84 | - |
| YUV | 239.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 231 | 0.12 | 0 | 0.08 | 0.02 | 141.29 | 0.79 | 0.92 |
| Hex | DC | FB | E7 | C | 0 | 8 | 2 | 8D | 4F | 5C |
| Octal | 334 | 373 | 347 | 14 | 0 | 10 | 2 | 215 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11100111 | 1100 | 0 | 1000 | 10 | 10001101 | 1001111 | 1011100 |
Color Harmonies of #DCFBE7
Complementary color
Monochromatic Colors of #DCFBE7
Black with #DCFBE7
Text Example
Text Example
White with #DCFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBE7; }
p { color: rgb(220,251,231); }
H1.HeaderClassName
{
color: #DCFBE7;
}
.AnyTagClassName
{
color: #DCFBE7;
}
</style>
background-color css
<style>
a { background-color: #DCFBE7; }
a { background-color: rgb(220,251,231); }
div.DivClassName
{
background-color: #DCFBE7;
}
.BgClassName
{
background-color: #DCFBE7;
}
</style>
border-color css
<style>
span { border-color: #DCFBE7; }
span { border-color: rgb(220,251,231); }
td.TdClassName
{
border-color: #DCFBE7;
}
.TagClassName
{
border-color: #DCFBE7;
}
</style>