Shades of Blue Romance #CCEDCC
Tints of Blue Romance #CCEDCC
RGB
CMYK
RGB Variations
Color information
#CCEDCC (or 0xCCEDCC) is known color: Blue Romance. HEX triplet: CC, ED and CC. RGB value is (204,237,204). Sum of RGB (Red+Green+Blue) = 204+237+204=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDCC is #331233. Grayscale: #DFDFDF. Windows color (decimal): -3346996 or 13430220. OLE color: 13430220.
HSL color Cylindrical-coordinate representation of color #CCEDCC: hue angle of 120º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDCC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 204 | - |
CMYK | 0.14 | 0 | 0.14 | 0.07 |
HSL | 120º | 0.48% | 0.86% | - |
HSV(B) | 120º | 0.14% | 0.93% | - |
XYZ | 66.09 | 77.77 | 68.65 | - |
YUV | 223.37 | 117.07 | 114.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 204 | 0.14 | 0 | 0.14 | 0.07 | 120 | 0.48 | 0.86 |
Hex | CC | ED | CC | E | 0 | E | 7 | 78 | 30 | 56 |
Octal | 314 | 355 | 314 | 16 | 0 | 16 | 7 | 170 | 60 | 126 |
Binary | 11001100 | 11101101 | 11001100 | 1110 | 0 | 1110 | 111 | 1111000 | 110000 | 1010110 |
Color Harmonies of #CCEDCC
Complementary color
Monochromatic Colors of #CCEDCC
Black with #CCEDCC
Text Example
Text Example
White with #CCEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDCC; }
p { color: rgb(204,237,204); }
H1.HeaderClassName
{
color: #CCEDCC;
}
.AnyTagClassName
{
color: #CCEDCC;
}
</style>
background-color css
<style>
a { background-color: #CCEDCC; }
a { background-color: rgb(204,237,204); }
div.DivClassName
{
background-color: #CCEDCC;
}
.BgClassName
{
background-color: #CCEDCC;
}
</style>
border-color css
<style>
span { border-color: #CCEDCC; }
span { border-color: rgb(204,237,204); }
td.TdClassName
{
border-color: #CCEDCC;
}
.TagClassName
{
border-color: #CCEDCC;
}
</style>