Shades of Blue Romance #CAE9C8
Tints of Blue Romance #CAE9C8
RGB
CMYK
RGB Variations
Color information
#CAE9C8 (or 0xCAE9C8) is known color: Blue Romance. HEX triplet: CA, E9 and C8. RGB value is (202,233,200). Sum of RGB (Red+Green+Blue) = 202+233+200=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9C8 is #351637. Grayscale: #DCDCDC. Windows color (decimal): -3479096 or 13167050. OLE color: 13167050.
HSL color Cylindrical-coordinate representation of color #CAE9C8: hue angle of 116.36º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE9C8 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 200 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.09 |
| HSL | 116.36º | 0.43% | 0.85% | - |
| HSV(B) | 116.36º | 0.14% | 0.91% | - |
| XYZ | 63.92 | 75 | 65.75 | - |
| YUV | 219.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 200 | 0.13 | 0 | 0.14 | 0.09 | 116.36 | 0.43 | 0.85 |
| Hex | CA | E9 | C8 | D | 0 | E | 9 | 74 | 2B | 55 |
| Octal | 312 | 351 | 310 | 15 | 0 | 16 | 11 | 164 | 53 | 125 |
| Binary | 11001010 | 11101001 | 11001000 | 1101 | 0 | 1110 | 1001 | 1110100 | 101011 | 1010101 |
Color Harmonies of #CAE9C8
Complementary color
Monochromatic Colors of #CAE9C8
Black with #CAE9C8
Text Example
Text Example
White with #CAE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9C8; }
p { color: rgb(202,233,200); }
H1.HeaderClassName
{
color: #CAE9C8;
}
.AnyTagClassName
{
color: #CAE9C8;
}
</style>
background-color css
<style>
a { background-color: #CAE9C8; }
a { background-color: rgb(202,233,200); }
div.DivClassName
{
background-color: #CAE9C8;
}
.BgClassName
{
background-color: #CAE9C8;
}
</style>
border-color css
<style>
span { border-color: #CAE9C8; }
span { border-color: rgb(202,233,200); }
td.TdClassName
{
border-color: #CAE9C8;
}
.TagClassName
{
border-color: #CAE9C8;
}
</style>