Shades of Blue Romance #CCEDC9
Tints of Blue Romance #CCEDC9
RGB
CMYK
RGB Variations
Color information
#CCEDC9 (or 0xCCEDC9) is known color: Blue Romance. HEX triplet: CC, ED and C9. RGB value is (204,237,201). Sum of RGB (Red+Green+Blue) = 204+237+201=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC9 is #331236. Grayscale: #DFDFDF. Windows color (decimal): -3346999 or 13233612. OLE color: 13233612.
HSL color Cylindrical-coordinate representation of color #CCEDC9: hue angle of 115º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEDC9 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 201 | - |
CMYK | 0.14 | 0 | 0.15 | 0.07 |
HSL | 115º | 0.5% | 0.86% | - |
HSV(B) | 115º | 0.15% | 0.93% | - |
XYZ | 65.73 | 77.62 | 66.78 | - |
YUV | 223.03 | 115.57 | 114.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 201 | 0.14 | 0 | 0.15 | 0.07 | 115 | 0.5 | 0.86 |
Hex | CC | ED | C9 | E | 0 | F | 7 | 73 | 32 | 56 |
Octal | 314 | 355 | 311 | 16 | 0 | 17 | 7 | 163 | 62 | 126 |
Binary | 11001100 | 11101101 | 11001001 | 1110 | 0 | 1111 | 111 | 1110011 | 110010 | 1010110 |
Color Harmonies of #CCEDC9
Complementary color
Monochromatic Colors of #CCEDC9
Black with #CCEDC9
Text Example
Text Example
White with #CCEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDC9; }
p { color: rgb(204,237,201); }
H1.HeaderClassName
{
color: #CCEDC9;
}
.AnyTagClassName
{
color: #CCEDC9;
}
</style>
background-color css
<style>
a { background-color: #CCEDC9; }
a { background-color: rgb(204,237,201); }
div.DivClassName
{
background-color: #CCEDC9;
}
.BgClassName
{
background-color: #CCEDC9;
}
</style>
border-color css
<style>
span { border-color: #CCEDC9; }
span { border-color: rgb(204,237,201); }
td.TdClassName
{
border-color: #CCEDC9;
}
.TagClassName
{
border-color: #CCEDC9;
}
</style>