Shades of Blue Romance #CDEFCC
Tints of Blue Romance #CDEFCC
RGB
CMYK
RGB Variations
Color information
#CDEFCC (or 0xCDEFCC) is known color: Blue Romance. HEX triplet: CD, EF and CC. RGB value is (205,239,204). Sum of RGB (Red+Green+Blue) = 205+239+204=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFCC is #321033. Grayscale: #E0E0E0. Windows color (decimal): -3280948 or 13430733. OLE color: 13430733.
HSL color Cylindrical-coordinate representation of color #CDEFCC: hue angle of 118.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDEFCC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 204 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.06 |
| HSL | 118.29º | 0.52% | 0.87% | - |
| HSV(B) | 118.29º | 0.15% | 0.94% | - |
| XYZ | 66.94 | 79.07 | 68.86 | - |
| YUV | 224.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 204 | 0.14 | 0 | 0.15 | 0.06 | 118.29 | 0.52 | 0.87 |
| Hex | CD | EF | CC | E | 0 | F | 6 | 76 | 34 | 57 |
| Octal | 315 | 357 | 314 | 16 | 0 | 17 | 6 | 166 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11001100 | 1110 | 0 | 1111 | 110 | 1110110 | 110100 | 1010111 |
Color Harmonies of #CDEFCC
Complementary color
Monochromatic Colors of #CDEFCC
Black with #CDEFCC
Text Example
Text Example
White with #CDEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFCC; }
p { color: rgb(205,239,204); }
H1.HeaderClassName
{
color: #CDEFCC;
}
.AnyTagClassName
{
color: #CDEFCC;
}
</style>
background-color css
<style>
a { background-color: #CDEFCC; }
a { background-color: rgb(205,239,204); }
div.DivClassName
{
background-color: #CDEFCC;
}
.BgClassName
{
background-color: #CDEFCC;
}
</style>
border-color css
<style>
span { border-color: #CDEFCC; }
span { border-color: rgb(205,239,204); }
td.TdClassName
{
border-color: #CDEFCC;
}
.TagClassName
{
border-color: #CDEFCC;
}
</style>