Shades of Pattens Blue #CAE1EC
Tints of Pattens Blue #CAE1EC
RGB
CMYK
RGB Variations
Color information
#CAE1EC (or 0xCAE1EC) is known color: Pattens Blue. HEX triplet: CA, E1 and EC. RGB value is (202,225,236). Sum of RGB (Red+Green+Blue) = 202+225+236=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1EC is #351E13. Grayscale: #DBDBDB. Windows color (decimal): -3481108 or 15524298. OLE color: 15524298.
HSL color Cylindrical-coordinate representation of color #CAE1EC: hue angle of 199.41º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE1EC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 225 | 236 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.07 |
| HSL | 199.41º | 0.47% | 0.86% | - |
| HSV(B) | 199.41º | 0.14% | 0.93% | - |
| XYZ | 66.42 | 72.46 | 89.84 | - |
| YUV | 219.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 236 | 0.14 | 0.05 | 0 | 0.07 | 199.41 | 0.47 | 0.86 |
| Hex | CA | E1 | EC | E | 5 | 0 | 7 | C7 | 2F | 56 |
| Octal | 312 | 341 | 354 | 16 | 5 | 0 | 7 | 307 | 57 | 126 |
| Binary | 11001010 | 11100001 | 11101100 | 1110 | 101 | 0 | 111 | 11000111 | 101111 | 1010110 |
Color Harmonies of #CAE1EC
Complementary color
Monochromatic Colors of #CAE1EC
Black with #CAE1EC
Text Example
Text Example
White with #CAE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1EC; }
p { color: rgb(202,225,236); }
H1.HeaderClassName
{
color: #CAE1EC;
}
.AnyTagClassName
{
color: #CAE1EC;
}
</style>
background-color css
<style>
a { background-color: #CAE1EC; }
a { background-color: rgb(202,225,236); }
div.DivClassName
{
background-color: #CAE1EC;
}
.BgClassName
{
background-color: #CAE1EC;
}
</style>
border-color css
<style>
span { border-color: #CAE1EC; }
span { border-color: rgb(202,225,236); }
td.TdClassName
{
border-color: #CAE1EC;
}
.TagClassName
{
border-color: #CAE1EC;
}
</style>