Shades of Blue Romance #CFE5CC
Tints of Blue Romance #CFE5CC
RGB
CMYK
RGB Variations
Color information
#CFE5CC (or 0xCFE5CC) is known color: Blue Romance. HEX triplet: CF, E5 and CC. RGB value is (207,229,204). Sum of RGB (Red+Green+Blue) = 207+229+204=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5CC is #301A33. Grayscale: #DBDBDB. Windows color (decimal): -3152436 or 13428175. OLE color: 13428175.
HSL color Cylindrical-coordinate representation of color #CFE5CC: hue angle of 112.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE5CC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 204 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.10 |
| HSL | 112.8º | 0.32% | 0.85% | - |
| HSV(B) | 112.8º | 0.11% | 0.9% | - |
| XYZ | 64.65 | 73.66 | 67.94 | - |
| YUV | 219.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 204 | 0.10 | 0 | 0.11 | 0.10 | 112.8 | 0.32 | 0.85 |
| Hex | CF | E5 | CC | A | 0 | B | A | 71 | 20 | 55 |
| Octal | 317 | 345 | 314 | 12 | 0 | 13 | 12 | 161 | 40 | 125 |
| Binary | 11001111 | 11100101 | 11001100 | 1010 | 0 | 1011 | 1010 | 1110001 | 100000 | 1010101 |
Color Harmonies of #CFE5CC
Complementary color
Monochromatic Colors of #CFE5CC
Black with #CFE5CC
Text Example
Text Example
White with #CFE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5CC; }
p { color: rgb(207,229,204); }
H1.HeaderClassName
{
color: #CFE5CC;
}
.AnyTagClassName
{
color: #CFE5CC;
}
</style>
background-color css
<style>
a { background-color: #CFE5CC; }
a { background-color: rgb(207,229,204); }
div.DivClassName
{
background-color: #CFE5CC;
}
.BgClassName
{
background-color: #CFE5CC;
}
</style>
border-color css
<style>
span { border-color: #CFE5CC; }
span { border-color: rgb(207,229,204); }
td.TdClassName
{
border-color: #CFE5CC;
}
.TagClassName
{
border-color: #CFE5CC;
}
</style>