Shades of Pattens Blue #CEE0E8
Tints of Pattens Blue #CEE0E8
RGB
CMYK
RGB Variations
Color information
#CEE0E8 (or 0xCEE0E8) is known color: Pattens Blue. HEX triplet: CE, E0 and E8. RGB value is (206,224,232). Sum of RGB (Red+Green+Blue) = 206+224+232=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEE0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0E8 is #311F17. Grayscale: #DBDBDB. Windows color (decimal): -3219224 or 15261902. OLE color: 15261902.
HSL color Cylindrical-coordinate representation of color #CEE0E8: hue angle of 198.46º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE0E8 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 224 | 232 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.09 |
| HSL | 198.46º | 0.36% | 0.86% | - |
| HSV(B) | 198.46º | 0.11% | 0.91% | - |
| XYZ | 66.67 | 72.26 | 86.78 | - |
| YUV | 219.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 232 | 0.11 | 0.03 | 0 | 0.09 | 198.46 | 0.36 | 0.86 |
| Hex | CE | E0 | E8 | B | 3 | 0 | 9 | C6 | 24 | 56 |
| Octal | 316 | 340 | 350 | 13 | 3 | 0 | 11 | 306 | 44 | 126 |
| Binary | 11001110 | 11100000 | 11101000 | 1011 | 11 | 0 | 1001 | 11000110 | 100100 | 1010110 |
Color Harmonies of #CEE0E8
Complementary color
Monochromatic Colors of #CEE0E8
Black with #CEE0E8
Text Example
Text Example
White with #CEE0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0E8; }
p { color: rgb(206,224,232); }
H1.HeaderClassName
{
color: #CEE0E8;
}
.AnyTagClassName
{
color: #CEE0E8;
}
</style>
background-color css
<style>
a { background-color: #CEE0E8; }
a { background-color: rgb(206,224,232); }
div.DivClassName
{
background-color: #CEE0E8;
}
.BgClassName
{
background-color: #CEE0E8;
}
</style>
border-color css
<style>
span { border-color: #CEE0E8; }
span { border-color: rgb(206,224,232); }
td.TdClassName
{
border-color: #CEE0E8;
}
.TagClassName
{
border-color: #CEE0E8;
}
</style>