Shades of Blue Romance #CEFDCF
Tints of Blue Romance #CEFDCF
RGB
CMYK
RGB Variations
Color information
#CEFDCF (or 0xCEFDCF) is known color: Blue Romance. HEX triplet: CE, FD and CF. RGB value is (206,253,207). Sum of RGB (Red+Green+Blue) = 206+253+207=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDCF is #310230. Grayscale: #E9E9E9. Windows color (decimal): -3211825 or 13630926. OLE color: 13630926.
HSL color Cylindrical-coordinate representation of color #CEFDCF: hue angle of 121.28º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDCF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 207 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.01 |
| HSL | 121.28º | 0.92% | 0.9% | - |
| HSV(B) | 121.28º | 0.19% | 0.99% | - |
| XYZ | 71.84 | 87.88 | 72.21 | - |
| YUV | 233.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 207 | 0.19 | 0 | 0.18 | 0.01 | 121.28 | 0.92 | 0.9 |
| Hex | CE | FD | CF | 13 | 0 | 12 | 1 | 79 | 5C | 5A |
| Octal | 316 | 375 | 317 | 23 | 0 | 22 | 1 | 171 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11001111 | 10011 | 0 | 10010 | 1 | 1111001 | 1011100 | 1011010 |
Color Harmonies of #CEFDCF
Complementary color
Monochromatic Colors of #CEFDCF
Black with #CEFDCF
Text Example
Text Example
White with #CEFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDCF; }
p { color: rgb(206,253,207); }
H1.HeaderClassName
{
color: #CEFDCF;
}
.AnyTagClassName
{
color: #CEFDCF;
}
</style>
background-color css
<style>
a { background-color: #CEFDCF; }
a { background-color: rgb(206,253,207); }
div.DivClassName
{
background-color: #CEFDCF;
}
.BgClassName
{
background-color: #CEFDCF;
}
</style>
border-color css
<style>
span { border-color: #CEFDCF; }
span { border-color: rgb(206,253,207); }
td.TdClassName
{
border-color: #CEFDCF;
}
.TagClassName
{
border-color: #CEFDCF;
}
</style>