Shades of Blue Romance #CFEECE
Tints of Blue Romance #CFEECE
RGB
CMYK
RGB Variations
Color information
#CFEECE (or 0xCFEECE) is known color: Blue Romance. HEX triplet: CF, EE and CE. RGB value is (207,238,206). Sum of RGB (Red+Green+Blue) = 207+238+206=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEECE is #301131. Grayscale: #E1E1E1. Windows color (decimal): -3150130 or 13561551. OLE color: 13561551.
HSL color Cylindrical-coordinate representation of color #CFEECE: hue angle of 118.12º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEECE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 206 | - |
CMYK | 0.13 | 0 | 0.13 | 0.07 |
HSL | 118.13º | 0.48% | 0.87% | - |
HSV(B) | 118.13º | 0.13% | 0.93% | - |
XYZ | 67.45 | 78.87 | 70.06 | - |
YUV | 225.08 | 117.23 | 115.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 206 | 0.13 | 0 | 0.13 | 0.07 | 118.13 | 0.48 | 0.87 |
Hex | CF | EE | CE | D | 0 | D | 7 | 76 | 30 | 57 |
Octal | 317 | 356 | 316 | 15 | 0 | 15 | 7 | 166 | 60 | 127 |
Binary | 11001111 | 11101110 | 11001110 | 1101 | 0 | 1101 | 111 | 1110110 | 110000 | 1010111 |
Color Harmonies of #CFEECE
Complementary color
Monochromatic Colors of #CFEECE
Black with #CFEECE
Text Example
Text Example
White with #CFEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEECE; }
p { color: rgb(207,238,206); }
H1.HeaderClassName
{
color: #CFEECE;
}
.AnyTagClassName
{
color: #CFEECE;
}
</style>
background-color css
<style>
a { background-color: #CFEECE; }
a { background-color: rgb(207,238,206); }
div.DivClassName
{
background-color: #CFEECE;
}
.BgClassName
{
background-color: #CFEECE;
}
</style>
border-color css
<style>
span { border-color: #CFEECE; }
span { border-color: rgb(207,238,206); }
td.TdClassName
{
border-color: #CFEECE;
}
.TagClassName
{
border-color: #CFEECE;
}
</style>