Shades of Blue Romance #CCFDCB
Tints of Blue Romance #CCFDCB
RGB
CMYK
RGB Variations
Color information
#CCFDCB (or 0xCCFDCB) is known color: Blue Romance. HEX triplet: CC, FD and CB. RGB value is (204,253,203). Sum of RGB (Red+Green+Blue) = 204+253+203=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDCB is #330234. Grayscale: #E8E8E8. Windows color (decimal): -3342901 or 13368780. OLE color: 13368780.
HSL color Cylindrical-coordinate representation of color #CCFDCB: hue angle of 118.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFDCB is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 203 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.01 |
| HSL | 118.8º | 0.93% | 0.89% | - |
| HSV(B) | 118.8º | 0.2% | 0.99% | - |
| XYZ | 70.81 | 87.4 | 69.64 | - |
| YUV | 232.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 203 | 0.19 | 0 | 0.20 | 0.01 | 118.8 | 0.93 | 0.89 |
| Hex | CC | FD | CB | 13 | 0 | 14 | 1 | 77 | 5D | 59 |
| Octal | 314 | 375 | 313 | 23 | 0 | 24 | 1 | 167 | 135 | 131 |
| Binary | 11001100 | 11111101 | 11001011 | 10011 | 0 | 10100 | 1 | 1110111 | 1011101 | 1011001 |
Color Harmonies of #CCFDCB
Complementary color
Monochromatic Colors of #CCFDCB
Black with #CCFDCB
Text Example
Text Example
White with #CCFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDCB; }
p { color: rgb(204,253,203); }
H1.HeaderClassName
{
color: #CCFDCB;
}
.AnyTagClassName
{
color: #CCFDCB;
}
</style>
background-color css
<style>
a { background-color: #CCFDCB; }
a { background-color: rgb(204,253,203); }
div.DivClassName
{
background-color: #CCFDCB;
}
.BgClassName
{
background-color: #CCFDCB;
}
</style>
border-color css
<style>
span { border-color: #CCFDCB; }
span { border-color: rgb(204,253,203); }
td.TdClassName
{
border-color: #CCFDCB;
}
.TagClassName
{
border-color: #CCFDCB;
}
</style>