Shades of Blue Romance #CDFFCD
Tints of Blue Romance #CDFFCD
RGB
CMYK
RGB Variations
Color information
#CDFFCD (or 0xCDFFCD) is known color: Blue Romance. HEX triplet: CD, FF and CD. RGB value is (205,255,205). Sum of RGB (Red+Green+Blue) = 205+255+205=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFCD is #320032. Grayscale: #EAEAEA. Windows color (decimal): -3276851 or 13500365. OLE color: 13500365.
HSL color Cylindrical-coordinate representation of color #CDFFCD: hue angle of 120º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFCD is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 205 | 255 | 205 | - |
CMYK | 0.20 | 0 | 0.20 | 0 |
HSL | 120º | 1% | 0.9% | - |
HSV(B) | 120º | 0.2% | 1% | - |
XYZ | 71.96 | 88.91 | 71.13 | - |
YUV | 234.35 | 111.44 | 107.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 255 | 205 | 0.20 | 0 | 0.20 | 0 | 120 | 1 | 0.9 |
Hex | CD | FF | CD | 14 | 0 | 14 | 0 | 78 | 64 | 5A |
Octal | 315 | 377 | 315 | 24 | 0 | 24 | 0 | 170 | 144 | 132 |
Binary | 11001101 | 11111111 | 11001101 | 10100 | 0 | 10100 | 0 | 1111000 | 1100100 | 1011010 |
Color Harmonies of #CDFFCD
Complementary color
Monochromatic Colors of #CDFFCD
Black with #CDFFCD
Text Example
Text Example
White with #CDFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFCD; }
p { color: rgb(205,255,205); }
H1.HeaderClassName
{
color: #CDFFCD;
}
.AnyTagClassName
{
color: #CDFFCD;
}
</style>
background-color css
<style>
a { background-color: #CDFFCD; }
a { background-color: rgb(205,255,205); }
div.DivClassName
{
background-color: #CDFFCD;
}
.BgClassName
{
background-color: #CDFFCD;
}
</style>
border-color css
<style>
span { border-color: #CDFFCD; }
span { border-color: rgb(205,255,205); }
td.TdClassName
{
border-color: #CDFFCD;
}
.TagClassName
{
border-color: #CDFFCD;
}
</style>