Shades of Pattens Blue #CEE4FA
Tints of Pattens Blue #CEE4FA
RGB
CMYK
RGB Variations
Color information
#CEE4FA (or 0xCEE4FA) is known color: Pattens Blue. HEX triplet: CE, E4 and FA. RGB value is (206,228,250). Sum of RGB (Red+Green+Blue) = 206+228+250=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4FA is #311B05. Grayscale: #DFDFDF. Windows color (decimal): -3218182 or 16442574. OLE color: 16442574.
HSL color Cylindrical-coordinate representation of color #CEE4FA: hue angle of 210º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE4FA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 228 | 250 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.02 |
| HSL | 210º | 0.81% | 0.89% | - |
| HSV(B) | 210º | 0.18% | 0.98% | - |
| XYZ | 70.45 | 75.51 | 101.3 | - |
| YUV | 223.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 250 | 0.18 | 0.09 | 0 | 0.02 | 210 | 0.81 | 0.89 |
| Hex | CE | E4 | FA | 12 | 9 | 0 | 2 | D2 | 51 | 59 |
| Octal | 316 | 344 | 372 | 22 | 11 | 0 | 2 | 322 | 121 | 131 |
| Binary | 11001110 | 11100100 | 11111010 | 10010 | 1001 | 0 | 10 | 11010010 | 1010001 | 1011001 |
Color Harmonies of #CEE4FA
Complementary color
Monochromatic Colors of #CEE4FA
Black with #CEE4FA
Text Example
Text Example
White with #CEE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4FA; }
p { color: rgb(206,228,250); }
H1.HeaderClassName
{
color: #CEE4FA;
}
.AnyTagClassName
{
color: #CEE4FA;
}
</style>
background-color css
<style>
a { background-color: #CEE4FA; }
a { background-color: rgb(206,228,250); }
div.DivClassName
{
background-color: #CEE4FA;
}
.BgClassName
{
background-color: #CEE4FA;
}
</style>
border-color css
<style>
span { border-color: #CEE4FA; }
span { border-color: rgb(206,228,250); }
td.TdClassName
{
border-color: #CEE4FA;
}
.TagClassName
{
border-color: #CEE4FA;
}
</style>