Shades of Blue Romance #CDFECC
Tints of Blue Romance #CDFECC
RGB
CMYK
RGB Variations
Color information
#CDFECC (or 0xCDFECC) is known color: Blue Romance. HEX triplet: CD, FE and CC. RGB value is (205,254,204). Sum of RGB (Red+Green+Blue) = 205+254+204=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFECC is #320133. Grayscale: #E9E9E9. Windows color (decimal): -3277108 or 13434573. OLE color: 13434573.
HSL color Cylindrical-coordinate representation of color #CDFECC: hue angle of 118.8º 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 #CDFECC is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 254 | 204 | - |
CMYK | 0.19 | 0 | 0.20 | 0.00 |
HSL | 118.8º | 0.96% | 0.9% | - |
HSV(B) | 118.8º | 0.2% | 1% | - |
XYZ | 71.52 | 88.22 | 70.39 | - |
YUV | 233.65 | 111.27 | 107.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 254 | 204 | 0.19 | 0 | 0.20 | 0.00 | 118.8 | 0.96 | 0.9 |
Hex | CD | FE | CC | 13 | 0 | 14 | 0 | 77 | 60 | 5A |
Octal | 315 | 376 | 314 | 23 | 0 | 24 | 0 | 167 | 140 | 132 |
Binary | 11001101 | 11111110 | 11001100 | 10011 | 0 | 10100 | 0 | 1110111 | 1100000 | 1011010 |
Color Harmonies of #CDFECC
Complementary color
Monochromatic Colors of #CDFECC
Black with #CDFECC
Text Example
Text Example
White with #CDFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFECC; }
p { color: rgb(205,254,204); }
H1.HeaderClassName
{
color: #CDFECC;
}
.AnyTagClassName
{
color: #CDFECC;
}
</style>
background-color css
<style>
a { background-color: #CDFECC; }
a { background-color: rgb(205,254,204); }
div.DivClassName
{
background-color: #CDFECC;
}
.BgClassName
{
background-color: #CDFECC;
}
</style>
border-color css
<style>
span { border-color: #CDFECC; }
span { border-color: rgb(205,254,204); }
td.TdClassName
{
border-color: #CDFECC;
}
.TagClassName
{
border-color: #CDFECC;
}
</style>