Shades of Blue Romance #CCEECC
Tints of Blue Romance #CCEECC
RGB
CMYK
RGB Variations
Color information
#CCEECC (or 0xCCEECC) is known color: Blue Romance. HEX triplet: CC, EE and CC. RGB value is (204,238,204). Sum of RGB (Red+Green+Blue) = 204+238+204=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEECC is #331133. Grayscale: #E0E0E0. Windows color (decimal): -3346740 or 13430476. OLE color: 13430476.
HSL color Cylindrical-coordinate representation of color #CCEECC: hue angle of 120º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEECC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 238 | 204 | - |
CMYK | 0.14 | 0 | 0.14 | 0.07 |
HSL | 120º | 0.5% | 0.87% | - |
HSV(B) | 120º | 0.14% | 0.93% | - |
XYZ | 66.38 | 78.35 | 68.75 | - |
YUV | 223.96 | 116.74 | 113.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 238 | 204 | 0.14 | 0 | 0.14 | 0.07 | 120 | 0.5 | 0.87 |
Hex | CC | EE | CC | E | 0 | E | 7 | 78 | 32 | 57 |
Octal | 314 | 356 | 314 | 16 | 0 | 16 | 7 | 170 | 62 | 127 |
Binary | 11001100 | 11101110 | 11001100 | 1110 | 0 | 1110 | 111 | 1111000 | 110010 | 1010111 |
Color Harmonies of #CCEECC
Complementary color
Monochromatic Colors of #CCEECC
Black with #CCEECC
Text Example
Text Example
White with #CCEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEECC; }
p { color: rgb(204,238,204); }
H1.HeaderClassName
{
color: #CCEECC;
}
.AnyTagClassName
{
color: #CCEECC;
}
</style>
background-color css
<style>
a { background-color: #CCEECC; }
a { background-color: rgb(204,238,204); }
div.DivClassName
{
background-color: #CCEECC;
}
.BgClassName
{
background-color: #CCEECC;
}
</style>
border-color css
<style>
span { border-color: #CCEECC; }
span { border-color: rgb(204,238,204); }
td.TdClassName
{
border-color: #CCEECC;
}
.TagClassName
{
border-color: #CCEECC;
}
</style>