Shades of Blue Romance #CAECC8
Tints of Blue Romance #CAECC8
RGB
CMYK
RGB Variations
Color information
#CAECC8 (or 0xCAECC8) is known color: Blue Romance. HEX triplet: CA, EC and C8. RGB value is (202,236,200). Sum of RGB (Red+Green+Blue) = 202+236+200=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC8 is #351337. Grayscale: #DDDDDD. Windows color (decimal): -3478328 or 13167818. OLE color: 13167818.
HSL color Cylindrical-coordinate representation of color #CAECC8: hue angle of 116.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAECC8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 200 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.07 |
| HSL | 116.67º | 0.49% | 0.85% | - |
| HSV(B) | 116.67º | 0.15% | 0.93% | - |
| XYZ | 64.78 | 76.72 | 66.04 | - |
| YUV | 221.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 200 | 0.14 | 0 | 0.15 | 0.07 | 116.67 | 0.49 | 0.85 |
| Hex | CA | EC | C8 | E | 0 | F | 7 | 75 | 31 | 55 |
| Octal | 312 | 354 | 310 | 16 | 0 | 17 | 7 | 165 | 61 | 125 |
| Binary | 11001010 | 11101100 | 11001000 | 1110 | 0 | 1111 | 111 | 1110101 | 110001 | 1010101 |
Color Harmonies of #CAECC8
Complementary color
Monochromatic Colors of #CAECC8
Black with #CAECC8
Text Example
Text Example
White with #CAECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECC8; }
p { color: rgb(202,236,200); }
H1.HeaderClassName
{
color: #CAECC8;
}
.AnyTagClassName
{
color: #CAECC8;
}
</style>
background-color css
<style>
a { background-color: #CAECC8; }
a { background-color: rgb(202,236,200); }
div.DivClassName
{
background-color: #CAECC8;
}
.BgClassName
{
background-color: #CAECC8;
}
</style>
border-color css
<style>
span { border-color: #CAECC8; }
span { border-color: rgb(202,236,200); }
td.TdClassName
{
border-color: #CAECC8;
}
.TagClassName
{
border-color: #CAECC8;
}
</style>