Shades of Blue Romance #CCEFCC
Tints of Blue Romance #CCEFCC
RGB
CMYK
RGB Variations
Color information
#CCEFCC (or 0xCCEFCC) is known color: Blue Romance. HEX triplet: CC, EF and CC. RGB value is (204,239,204). Sum of RGB (Red+Green+Blue) = 204+239+204=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFCC is #331033. Grayscale: #E0E0E0. Windows color (decimal): -3346484 or 13430732. OLE color: 13430732.
HSL color Cylindrical-coordinate representation of color #CCEFCC: hue angle of 120º 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 #CCEFCC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 239 | 204 | - |
CMYK | 0.15 | 0 | 0.15 | 0.06 |
HSL | 120º | 0.52% | 0.87% | - |
HSV(B) | 120º | 0.15% | 0.94% | - |
XYZ | 66.67 | 78.93 | 68.85 | - |
YUV | 224.55 | 116.4 | 113.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 239 | 204 | 0.15 | 0 | 0.15 | 0.06 | 120 | 0.52 | 0.87 |
Hex | CC | EF | CC | F | 0 | F | 6 | 78 | 34 | 57 |
Octal | 314 | 357 | 314 | 17 | 0 | 17 | 6 | 170 | 64 | 127 |
Binary | 11001100 | 11101111 | 11001100 | 1111 | 0 | 1111 | 110 | 1111000 | 110100 | 1010111 |
Color Harmonies of #CCEFCC
Complementary color
Monochromatic Colors of #CCEFCC
Black with #CCEFCC
Text Example
Text Example
White with #CCEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFCC; }
p { color: rgb(204,239,204); }
H1.HeaderClassName
{
color: #CCEFCC;
}
.AnyTagClassName
{
color: #CCEFCC;
}
</style>
background-color css
<style>
a { background-color: #CCEFCC; }
a { background-color: rgb(204,239,204); }
div.DivClassName
{
background-color: #CCEFCC;
}
.BgClassName
{
background-color: #CCEFCC;
}
</style>
border-color css
<style>
span { border-color: #CCEFCC; }
span { border-color: rgb(204,239,204); }
td.TdClassName
{
border-color: #CCEFCC;
}
.TagClassName
{
border-color: #CCEFCC;
}
</style>