Shades of Cosmic Latte #CCFEDB
Tints of Cosmic Latte #CCFEDB
RGB
CMYK
RGB Variations
Color information
#CCFEDB (or 0xCCFEDB) is known color: Cosmic Latte. HEX triplet: CC, FE and DB. RGB value is (204,254,219). Sum of RGB (Red+Green+Blue) = 204+254+219=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEDB is #330124. Grayscale: #EBEBEB. Windows color (decimal): -3342629 or 14417612. OLE color: 14417612.
HSL color Cylindrical-coordinate representation of color #CCFEDB: hue angle of 138º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEDB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 219 | - |
CMYK | 0.20 | 0 | 0.14 | 0.00 |
HSL | 138º | 0.96% | 0.9% | - |
HSV(B) | 138º | 0.2% | 1% | - |
XYZ | 73.13 | 88.84 | 80.31 | - |
YUV | 235.06 | 118.94 | 105.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 219 | 0.20 | 0 | 0.14 | 0.00 | 138 | 0.96 | 0.9 |
Hex | CC | FE | DB | 14 | 0 | E | 0 | 8A | 60 | 5A |
Octal | 314 | 376 | 333 | 24 | 0 | 16 | 0 | 212 | 140 | 132 |
Binary | 11001100 | 11111110 | 11011011 | 10100 | 0 | 1110 | 0 | 10001010 | 1100000 | 1011010 |
Color Harmonies of #CCFEDB
Complementary color
Monochromatic Colors of #CCFEDB
Black with #CCFEDB
Text Example
Text Example
White with #CCFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEDB; }
p { color: rgb(204,254,219); }
H1.HeaderClassName
{
color: #CCFEDB;
}
.AnyTagClassName
{
color: #CCFEDB;
}
</style>
background-color css
<style>
a { background-color: #CCFEDB; }
a { background-color: rgb(204,254,219); }
div.DivClassName
{
background-color: #CCFEDB;
}
.BgClassName
{
background-color: #CCFEDB;
}
</style>
border-color css
<style>
span { border-color: #CCFEDB; }
span { border-color: rgb(204,254,219); }
td.TdClassName
{
border-color: #CCFEDB;
}
.TagClassName
{
border-color: #CCFEDB;
}
</style>