Shades of Blue Romance #CFEECB
Tints of Blue Romance #CFEECB
RGB
CMYK
RGB Variations
Color information
#CFEECB (or 0xCFEECB) is known color: Blue Romance. HEX triplet: CF, EE and CB. RGB value is (207,238,203). Sum of RGB (Red+Green+Blue) = 207+238+203=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEECB is #301134. Grayscale: #E0E0E0. Windows color (decimal): -3150133 or 13364943. OLE color: 13364943.
HSL color Cylindrical-coordinate representation of color #CFEECB: hue angle of 113.14º degrees, saturation: 0.51, 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 #CFEECB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 203 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.07 |
| HSL | 113.14º | 0.51% | 0.86% | - |
| HSV(B) | 113.14º | 0.15% | 0.93% | - |
| XYZ | 67.09 | 78.73 | 68.16 | - |
| YUV | 224.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 203 | 0.13 | 0 | 0.15 | 0.07 | 113.14 | 0.51 | 0.86 |
| Hex | CF | EE | CB | D | 0 | F | 7 | 71 | 33 | 56 |
| Octal | 317 | 356 | 313 | 15 | 0 | 17 | 7 | 161 | 63 | 126 |
| Binary | 11001111 | 11101110 | 11001011 | 1101 | 0 | 1111 | 111 | 1110001 | 110011 | 1010110 |
Color Harmonies of #CFEECB
Complementary color
Monochromatic Colors of #CFEECB
Black with #CFEECB
Text Example
Text Example
White with #CFEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEECB; }
p { color: rgb(207,238,203); }
H1.HeaderClassName
{
color: #CFEECB;
}
.AnyTagClassName
{
color: #CFEECB;
}
</style>
background-color css
<style>
a { background-color: #CFEECB; }
a { background-color: rgb(207,238,203); }
div.DivClassName
{
background-color: #CFEECB;
}
.BgClassName
{
background-color: #CFEECB;
}
</style>
border-color css
<style>
span { border-color: #CFEECB; }
span { border-color: rgb(207,238,203); }
td.TdClassName
{
border-color: #CFEECB;
}
.TagClassName
{
border-color: #CFEECB;
}
</style>