Shades of Blue Romance #CDFCCD
Tints of Blue Romance #CDFCCD
RGB
CMYK
RGB Variations
Color information
#CDFCCD (or 0xCDFCCD) is known color: Blue Romance. HEX triplet: CD, FC and CD. RGB value is (205,252,205). Sum of RGB (Red+Green+Blue) = 205+252+205=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCCD is #320332. Grayscale: #E8E8E8. Windows color (decimal): -3277619 or 13499597. OLE color: 13499597.
HSL color Cylindrical-coordinate representation of color #CDFCCD: hue angle of 120º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCCD is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 205 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.01 |
| HSL | 120º | 0.89% | 0.9% | - |
| HSV(B) | 120º | 0.19% | 0.99% | - |
| XYZ | 71.01 | 87.01 | 70.81 | - |
| YUV | 232.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 205 | 0.19 | 0 | 0.19 | 0.01 | 120 | 0.89 | 0.9 |
| Hex | CD | FC | CD | 13 | 0 | 13 | 1 | 78 | 59 | 5A |
| Octal | 315 | 374 | 315 | 23 | 0 | 23 | 1 | 170 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11001101 | 10011 | 0 | 10011 | 1 | 1111000 | 1011001 | 1011010 |
Color Harmonies of #CDFCCD
Complementary color
Monochromatic Colors of #CDFCCD
Black with #CDFCCD
Text Example
Text Example
White with #CDFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCCD; }
p { color: rgb(205,252,205); }
H1.HeaderClassName
{
color: #CDFCCD;
}
.AnyTagClassName
{
color: #CDFCCD;
}
</style>
background-color css
<style>
a { background-color: #CDFCCD; }
a { background-color: rgb(205,252,205); }
div.DivClassName
{
background-color: #CDFCCD;
}
.BgClassName
{
background-color: #CDFCCD;
}
</style>
border-color css
<style>
span { border-color: #CDFCCD; }
span { border-color: rgb(205,252,205); }
td.TdClassName
{
border-color: #CDFCCD;
}
.TagClassName
{
border-color: #CDFCCD;
}
</style>