Shades of Blue Romance #CCF3CC
Tints of Blue Romance #CCF3CC
RGB
CMYK
RGB Variations
Color information
#CCF3CC (or 0xCCF3CC) is known color: Blue Romance. HEX triplet: CC, F3 and CC. RGB value is (204,243,204). Sum of RGB (Red+Green+Blue) = 204+243+204=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3CC is #330C33. Grayscale: #E3E3E3. Windows color (decimal): -3345460 or 13431756. OLE color: 13431756.
HSL color Cylindrical-coordinate representation of color #CCF3CC: hue angle of 120º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3CC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 204 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.05 |
| HSL | 120º | 0.62% | 0.88% | - |
| HSV(B) | 120º | 0.16% | 0.95% | - |
| XYZ | 67.85 | 81.3 | 69.24 | - |
| YUV | 226.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 204 | 0.16 | 0 | 0.16 | 0.05 | 120 | 0.62 | 0.88 |
| Hex | CC | F3 | CC | 10 | 0 | 10 | 5 | 78 | 3E | 58 |
| Octal | 314 | 363 | 314 | 20 | 0 | 20 | 5 | 170 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11001100 | 10000 | 0 | 10000 | 101 | 1111000 | 111110 | 1011000 |
Color Harmonies of #CCF3CC
Complementary color
Monochromatic Colors of #CCF3CC
Black with #CCF3CC
Text Example
Text Example
White with #CCF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3CC; }
p { color: rgb(204,243,204); }
H1.HeaderClassName
{
color: #CCF3CC;
}
.AnyTagClassName
{
color: #CCF3CC;
}
</style>
background-color css
<style>
a { background-color: #CCF3CC; }
a { background-color: rgb(204,243,204); }
div.DivClassName
{
background-color: #CCF3CC;
}
.BgClassName
{
background-color: #CCF3CC;
}
</style>
border-color css
<style>
span { border-color: #CCF3CC; }
span { border-color: rgb(204,243,204); }
td.TdClassName
{
border-color: #CCF3CC;
}
.TagClassName
{
border-color: #CCF3CC;
}
</style>