Shades of Blue Romance #CAE7C8
Tints of Blue Romance #CAE7C8
RGB
CMYK
RGB Variations
Color information
#CAE7C8 (or 0xCAE7C8) is known color: Blue Romance. HEX triplet: CA, E7 and C8. RGB value is (202,231,200). Sum of RGB (Red+Green+Blue) = 202+231+200=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7C8 is #351837. Grayscale: #DADADA. Windows color (decimal): -3479608 or 13166538. OLE color: 13166538.
HSL color Cylindrical-coordinate representation of color #CAE7C8: hue angle of 116.13º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE7C8 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 200 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.09 |
| HSL | 116.13º | 0.39% | 0.85% | - |
| HSV(B) | 116.13º | 0.13% | 0.91% | - |
| XYZ | 63.36 | 73.88 | 65.56 | - |
| YUV | 218.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 200 | 0.13 | 0 | 0.13 | 0.09 | 116.13 | 0.39 | 0.85 |
| Hex | CA | E7 | C8 | D | 0 | D | 9 | 74 | 27 | 55 |
| Octal | 312 | 347 | 310 | 15 | 0 | 15 | 11 | 164 | 47 | 125 |
| Binary | 11001010 | 11100111 | 11001000 | 1101 | 0 | 1101 | 1001 | 1110100 | 100111 | 1010101 |
Color Harmonies of #CAE7C8
Complementary color
Monochromatic Colors of #CAE7C8
Black with #CAE7C8
Text Example
Text Example
White with #CAE7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7C8; }
p { color: rgb(202,231,200); }
H1.HeaderClassName
{
color: #CAE7C8;
}
.AnyTagClassName
{
color: #CAE7C8;
}
</style>
background-color css
<style>
a { background-color: #CAE7C8; }
a { background-color: rgb(202,231,200); }
div.DivClassName
{
background-color: #CAE7C8;
}
.BgClassName
{
background-color: #CAE7C8;
}
</style>
border-color css
<style>
span { border-color: #CAE7C8; }
span { border-color: rgb(202,231,200); }
td.TdClassName
{
border-color: #CAE7C8;
}
.TagClassName
{
border-color: #CAE7C8;
}
</style>