Shades of Blue Romance #CCFCCB
Tints of Blue Romance #CCFCCB
RGB
CMYK
RGB Variations
Color information
#CCFCCB (or 0xCCFCCB) is known color: Blue Romance. HEX triplet: CC, FC and CB. RGB value is (204,252,203). Sum of RGB (Red+Green+Blue) = 204+252+203=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCCB is #330334. Grayscale: #E8E8E8. Windows color (decimal): -3343157 or 13368524. OLE color: 13368524.
HSL color Cylindrical-coordinate representation of color #CCFCCB: hue angle of 118.78º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCCB is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 203 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.01 |
| HSL | 118.78º | 0.89% | 0.89% | - |
| HSV(B) | 118.78º | 0.19% | 0.99% | - |
| XYZ | 70.49 | 86.77 | 69.53 | - |
| YUV | 232.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 203 | 0.19 | 0 | 0.19 | 0.01 | 118.78 | 0.89 | 0.89 |
| Hex | CC | FC | CB | 13 | 0 | 13 | 1 | 77 | 59 | 59 |
| Octal | 314 | 374 | 313 | 23 | 0 | 23 | 1 | 167 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11001011 | 10011 | 0 | 10011 | 1 | 1110111 | 1011001 | 1011001 |
Color Harmonies of #CCFCCB
Complementary color
Monochromatic Colors of #CCFCCB
Black with #CCFCCB
Text Example
Text Example
White with #CCFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCCB; }
p { color: rgb(204,252,203); }
H1.HeaderClassName
{
color: #CCFCCB;
}
.AnyTagClassName
{
color: #CCFCCB;
}
</style>
background-color css
<style>
a { background-color: #CCFCCB; }
a { background-color: rgb(204,252,203); }
div.DivClassName
{
background-color: #CCFCCB;
}
.BgClassName
{
background-color: #CCFCCB;
}
</style>
border-color css
<style>
span { border-color: #CCFCCB; }
span { border-color: rgb(204,252,203); }
td.TdClassName
{
border-color: #CCFCCB;
}
.TagClassName
{
border-color: #CCFCCB;
}
</style>