Shades of Cosmic Latte #CFFDDB
Tints of Cosmic Latte #CFFDDB
RGB
CMYK
RGB Variations
Color information
#CFFDDB (or 0xCFFDDB) is known color: Cosmic Latte. HEX triplet: CF, FD and DB. RGB value is (207,253,219). Sum of RGB (Red+Green+Blue) = 207+253+219=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDDB is #300224. Grayscale: #EBEBEB. Windows color (decimal): -3146277 or 14417359. OLE color: 14417359.
HSL color Cylindrical-coordinate representation of color #CFFDDB: hue angle of 135.65º 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 #CFFDDB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 219 | - |
CMYK | 0.18 | 0 | 0.13 | 0.01 |
HSL | 135.65º | 0.92% | 0.9% | - |
HSV(B) | 135.65º | 0.18% | 0.99% | - |
XYZ | 73.64 | 88.63 | 80.24 | - |
YUV | 235.37 | 118.76 | 107.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 219 | 0.18 | 0 | 0.13 | 0.01 | 135.65 | 0.92 | 0.9 |
Hex | CF | FD | DB | 12 | 0 | D | 1 | 88 | 5C | 5A |
Octal | 317 | 375 | 333 | 22 | 0 | 15 | 1 | 210 | 134 | 132 |
Binary | 11001111 | 11111101 | 11011011 | 10010 | 0 | 1101 | 1 | 10001000 | 1011100 | 1011010 |
Color Harmonies of #CFFDDB
Complementary color
Monochromatic Colors of #CFFDDB
Black with #CFFDDB
Text Example
Text Example
White with #CFFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDDB; }
p { color: rgb(207,253,219); }
H1.HeaderClassName
{
color: #CFFDDB;
}
.AnyTagClassName
{
color: #CFFDDB;
}
</style>
background-color css
<style>
a { background-color: #CFFDDB; }
a { background-color: rgb(207,253,219); }
div.DivClassName
{
background-color: #CFFDDB;
}
.BgClassName
{
background-color: #CFFDDB;
}
</style>
border-color css
<style>
span { border-color: #CFFDDB; }
span { border-color: rgb(207,253,219); }
td.TdClassName
{
border-color: #CFFDDB;
}
.TagClassName
{
border-color: #CFFDDB;
}
</style>