Shades of Cosmic Latte #CFFDDD
Tints of Cosmic Latte #CFFDDD
RGB
CMYK
RGB Variations
Color information
#CFFDDD (or 0xCFFDDD) is known color: Cosmic Latte. HEX triplet: CF, FD and DD. RGB value is (207,253,221). Sum of RGB (Red+Green+Blue) = 207+253+221=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDDD is #300222. Grayscale: #EBEBEB. Windows color (decimal): -3146275 or 14548431. OLE color: 14548431.
HSL color Cylindrical-coordinate representation of color #CFFDDD: hue angle of 138.26º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDDD is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 221 | - |
CMYK | 0.18 | 0 | 0.13 | 0.01 |
HSL | 138.26º | 0.92% | 0.9% | - |
HSV(B) | 138.26º | 0.18% | 0.99% | - |
XYZ | 73.91 | 88.74 | 81.64 | - |
YUV | 235.6 | 119.76 | 107.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 221 | 0.18 | 0 | 0.13 | 0.01 | 138.26 | 0.92 | 0.9 |
Hex | CF | FD | DD | 12 | 0 | D | 1 | 8A | 5C | 5A |
Octal | 317 | 375 | 335 | 22 | 0 | 15 | 1 | 212 | 134 | 132 |
Binary | 11001111 | 11111101 | 11011101 | 10010 | 0 | 1101 | 1 | 10001010 | 1011100 | 1011010 |
Color Harmonies of #CFFDDD
Complementary color
Monochromatic Colors of #CFFDDD
Black with #CFFDDD
Text Example
Text Example
White with #CFFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDDD; }
p { color: rgb(207,253,221); }
H1.HeaderClassName
{
color: #CFFDDD;
}
.AnyTagClassName
{
color: #CFFDDD;
}
</style>
background-color css
<style>
a { background-color: #CFFDDD; }
a { background-color: rgb(207,253,221); }
div.DivClassName
{
background-color: #CFFDDD;
}
.BgClassName
{
background-color: #CFFDDD;
}
</style>
border-color css
<style>
span { border-color: #CFFDDD; }
span { border-color: rgb(207,253,221); }
td.TdClassName
{
border-color: #CFFDDD;
}
.TagClassName
{
border-color: #CFFDDD;
}
</style>