Shades of Cosmic Latte #CDFEDF
Tints of Cosmic Latte #CDFEDF
RGB
CMYK
RGB Variations
Color information
#CDFEDF (or 0xCDFEDF) is known color: Cosmic Latte. HEX triplet: CD, FE and DF. RGB value is (205,254,223). Sum of RGB (Red+Green+Blue) = 205+254+223=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEDF is #320120. Grayscale: #EBEBEB. Windows color (decimal): -3277089 or 14679757. OLE color: 14679757.
HSL color Cylindrical-coordinate representation of color #CDFEDF: hue angle of 142.04º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFEDF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 254 | 223 | - |
CMYK | 0.19 | 0 | 0.12 | 0.00 |
HSL | 142.04º | 0.96% | 0.9% | - |
HSV(B) | 142.04º | 0.19% | 1% | - |
XYZ | 73.94 | 89.19 | 83.13 | - |
YUV | 235.82 | 120.77 | 106.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 254 | 223 | 0.19 | 0 | 0.12 | 0.00 | 142.04 | 0.96 | 0.9 |
Hex | CD | FE | DF | 13 | 0 | C | 0 | 8E | 60 | 5A |
Octal | 315 | 376 | 337 | 23 | 0 | 14 | 0 | 216 | 140 | 132 |
Binary | 11001101 | 11111110 | 11011111 | 10011 | 0 | 1100 | 0 | 10001110 | 1100000 | 1011010 |
Color Harmonies of #CDFEDF
Complementary color
Monochromatic Colors of #CDFEDF
Black with #CDFEDF
Text Example
Text Example
White with #CDFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEDF; }
p { color: rgb(205,254,223); }
H1.HeaderClassName
{
color: #CDFEDF;
}
.AnyTagClassName
{
color: #CDFEDF;
}
</style>
background-color css
<style>
a { background-color: #CDFEDF; }
a { background-color: rgb(205,254,223); }
div.DivClassName
{
background-color: #CDFEDF;
}
.BgClassName
{
background-color: #CDFEDF;
}
</style>
border-color css
<style>
span { border-color: #CDFEDF; }
span { border-color: rgb(205,254,223); }
td.TdClassName
{
border-color: #CDFEDF;
}
.TagClassName
{
border-color: #CDFEDF;
}
</style>