Shades of Blue Romance #CEEDCA
Tints of Blue Romance #CEEDCA
RGB
CMYK
RGB Variations
Color information
#CEEDCA (or 0xCEEDCA) is known color: Blue Romance. HEX triplet: CE, ED and CA. RGB value is (206,237,202). Sum of RGB (Red+Green+Blue) = 206+237+202=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDCA is #311235. Grayscale: #DFDFDF. Windows color (decimal): -3215926 or 13299150. OLE color: 13299150.
HSL color Cylindrical-coordinate representation of color #CEEDCA: hue angle of 113.14º degrees, saturation: 0.49, 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 #CEEDCA is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 202 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.07 |
| HSL | 113.14º | 0.49% | 0.86% | - |
| HSV(B) | 113.14º | 0.15% | 0.93% | - |
| XYZ | 66.4 | 77.95 | 67.42 | - |
| YUV | 223.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 202 | 0.13 | 0 | 0.15 | 0.07 | 113.14 | 0.49 | 0.86 |
| Hex | CE | ED | CA | D | 0 | F | 7 | 71 | 31 | 56 |
| Octal | 316 | 355 | 312 | 15 | 0 | 17 | 7 | 161 | 61 | 126 |
| Binary | 11001110 | 11101101 | 11001010 | 1101 | 0 | 1111 | 111 | 1110001 | 110001 | 1010110 |
Color Harmonies of #CEEDCA
Complementary color
Monochromatic Colors of #CEEDCA
Black with #CEEDCA
Text Example
Text Example
White with #CEEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDCA; }
p { color: rgb(206,237,202); }
H1.HeaderClassName
{
color: #CEEDCA;
}
.AnyTagClassName
{
color: #CEEDCA;
}
</style>
background-color css
<style>
a { background-color: #CEEDCA; }
a { background-color: rgb(206,237,202); }
div.DivClassName
{
background-color: #CEEDCA;
}
.BgClassName
{
background-color: #CEEDCA;
}
</style>
border-color css
<style>
span { border-color: #CEEDCA; }
span { border-color: rgb(206,237,202); }
td.TdClassName
{
border-color: #CEEDCA;
}
.TagClassName
{
border-color: #CEEDCA;
}
</style>