Shades of Cosmic Latte #CFFDDF
Tints of Cosmic Latte #CFFDDF
RGB
CMYK
RGB Variations
Color information
#CFFDDF (or 0xCFFDDF) is known color: Cosmic Latte. HEX triplet: CF, FD and DF. RGB value is (207,253,223). Sum of RGB (Red+Green+Blue) = 207+253+223=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDDF is #300220. Grayscale: #EBEBEB. Windows color (decimal): -3146273 or 14679503. OLE color: 14679503.
HSL color Cylindrical-coordinate representation of color #CFFDDF: hue angle of 140.87º 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 #CFFDDF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 223 | - |
CMYK | 0.18 | 0 | 0.12 | 0.01 |
HSL | 140.87º | 0.92% | 0.9% | - |
HSV(B) | 140.87º | 0.18% | 0.99% | - |
XYZ | 74.18 | 88.84 | 83.05 | - |
YUV | 235.83 | 120.76 | 107.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 223 | 0.18 | 0 | 0.12 | 0.01 | 140.87 | 0.92 | 0.9 |
Hex | CF | FD | DF | 12 | 0 | C | 1 | 8D | 5C | 5A |
Octal | 317 | 375 | 337 | 22 | 0 | 14 | 1 | 215 | 134 | 132 |
Binary | 11001111 | 11111101 | 11011111 | 10010 | 0 | 1100 | 1 | 10001101 | 1011100 | 1011010 |
Color Harmonies of #CFFDDF
Complementary color
Monochromatic Colors of #CFFDDF
Black with #CFFDDF
Text Example
Text Example
White with #CFFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDDF; }
p { color: rgb(207,253,223); }
H1.HeaderClassName
{
color: #CFFDDF;
}
.AnyTagClassName
{
color: #CFFDDF;
}
</style>
background-color css
<style>
a { background-color: #CFFDDF; }
a { background-color: rgb(207,253,223); }
div.DivClassName
{
background-color: #CFFDDF;
}
.BgClassName
{
background-color: #CFFDDF;
}
</style>
border-color css
<style>
span { border-color: #CFFDDF; }
span { border-color: rgb(207,253,223); }
td.TdClassName
{
border-color: #CFFDDF;
}
.TagClassName
{
border-color: #CFFDDF;
}
</style>