Shades of Blue Romance #CEFDCA
Tints of Blue Romance #CEFDCA
RGB
CMYK
RGB Variations
Color information
#CEFDCA (or 0xCEFDCA) is known color: Blue Romance. HEX triplet: CE, FD and CA. RGB value is (206,253,202). Sum of RGB (Red+Green+Blue) = 206+253+202=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDCA is #310235. Grayscale: #E9E9E9. Windows color (decimal): -3211830 or 13303246. OLE color: 13303246.
HSL color Cylindrical-coordinate representation of color #CEFDCA: hue angle of 115.29º 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 #CEFDCA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 253 | 202 | - |
CMYK | 0.19 | 0 | 0.20 | 0.01 |
HSL | 115.29º | 0.93% | 0.89% | - |
HSV(B) | 115.29º | 0.2% | 0.99% | - |
XYZ | 71.24 | 87.64 | 69.04 | - |
YUV | 233.13 | 110.43 | 108.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 253 | 202 | 0.19 | 0 | 0.20 | 0.01 | 115.29 | 0.93 | 0.89 |
Hex | CE | FD | CA | 13 | 0 | 14 | 1 | 73 | 5D | 59 |
Octal | 316 | 375 | 312 | 23 | 0 | 24 | 1 | 163 | 135 | 131 |
Binary | 11001110 | 11111101 | 11001010 | 10011 | 0 | 10100 | 1 | 1110011 | 1011101 | 1011001 |
Color Harmonies of #CEFDCA
Complementary color
Monochromatic Colors of #CEFDCA
Black with #CEFDCA
Text Example
Text Example
White with #CEFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDCA; }
p { color: rgb(206,253,202); }
H1.HeaderClassName
{
color: #CEFDCA;
}
.AnyTagClassName
{
color: #CEFDCA;
}
</style>
background-color css
<style>
a { background-color: #CEFDCA; }
a { background-color: rgb(206,253,202); }
div.DivClassName
{
background-color: #CEFDCA;
}
.BgClassName
{
background-color: #CEFDCA;
}
</style>
border-color css
<style>
span { border-color: #CEFDCA; }
span { border-color: rgb(206,253,202); }
td.TdClassName
{
border-color: #CEFDCA;
}
.TagClassName
{
border-color: #CEFDCA;
}
</style>