Shades of Blue Romance #CAEDC8
Tints of Blue Romance #CAEDC8
RGB
CMYK
RGB Variations
Color information
#CAEDC8 (or 0xCAEDC8) is known color: Blue Romance. HEX triplet: CA, ED and C8. RGB value is (202,237,200). Sum of RGB (Red+Green+Blue) = 202+237+200=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDC8 is #351237. Grayscale: #DEDEDE. Windows color (decimal): -3478072 or 13168074. OLE color: 13168074.
HSL color Cylindrical-coordinate representation of color #CAEDC8: hue angle of 116.76º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEDC8 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 200 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.07 |
| HSL | 116.76º | 0.51% | 0.86% | - |
| HSV(B) | 116.76º | 0.16% | 0.93% | - |
| XYZ | 65.07 | 77.3 | 66.13 | - |
| YUV | 222.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 200 | 0.15 | 0 | 0.16 | 0.07 | 116.76 | 0.51 | 0.86 |
| Hex | CA | ED | C8 | F | 0 | 10 | 7 | 75 | 33 | 56 |
| Octal | 312 | 355 | 310 | 17 | 0 | 20 | 7 | 165 | 63 | 126 |
| Binary | 11001010 | 11101101 | 11001000 | 1111 | 0 | 10000 | 111 | 1110101 | 110011 | 1010110 |
Color Harmonies of #CAEDC8
Complementary color
Monochromatic Colors of #CAEDC8
Black with #CAEDC8
Text Example
Text Example
White with #CAEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDC8; }
p { color: rgb(202,237,200); }
H1.HeaderClassName
{
color: #CAEDC8;
}
.AnyTagClassName
{
color: #CAEDC8;
}
</style>
background-color css
<style>
a { background-color: #CAEDC8; }
a { background-color: rgb(202,237,200); }
div.DivClassName
{
background-color: #CAEDC8;
}
.BgClassName
{
background-color: #CAEDC8;
}
</style>
border-color css
<style>
span { border-color: #CAEDC8; }
span { border-color: rgb(202,237,200); }
td.TdClassName
{
border-color: #CAEDC8;
}
.TagClassName
{
border-color: #CAEDC8;
}
</style>