Shades of Pattens Blue #CEDEE7
Tints of Pattens Blue #CEDEE7
RGB
CMYK
RGB Variations
Color information
#CEDEE7 (or 0xCEDEE7) is known color: Pattens Blue. HEX triplet: CE, DE and E7. RGB value is (206,222,231). Sum of RGB (Red+Green+Blue) = 206+222+231=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEE7 is #312118. Grayscale: #DADADA. Windows color (decimal): -3219737 or 15195854. OLE color: 15195854.
HSL color Cylindrical-coordinate representation of color #CEDEE7: hue angle of 201.6º degrees, saturation: 0.34, 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 #CEDEE7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 222 | 231 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.09 |
| HSL | 201.6º | 0.34% | 0.86% | - |
| HSV(B) | 201.6º | 0.11% | 0.91% | - |
| XYZ | 66 | 71.13 | 85.85 | - |
| YUV | 218.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 231 | 0.11 | 0.04 | 0 | 0.09 | 201.6 | 0.34 | 0.86 |
| Hex | CE | DE | E7 | B | 4 | 0 | 9 | CA | 22 | 56 |
| Octal | 316 | 336 | 347 | 13 | 4 | 0 | 11 | 312 | 42 | 126 |
| Binary | 11001110 | 11011110 | 11100111 | 1011 | 100 | 0 | 1001 | 11001010 | 100010 | 1010110 |
Color Harmonies of #CEDEE7
Complementary color
Monochromatic Colors of #CEDEE7
Black with #CEDEE7
Text Example
Text Example
White with #CEDEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEE7; }
p { color: rgb(206,222,231); }
H1.HeaderClassName
{
color: #CEDEE7;
}
.AnyTagClassName
{
color: #CEDEE7;
}
</style>
background-color css
<style>
a { background-color: #CEDEE7; }
a { background-color: rgb(206,222,231); }
div.DivClassName
{
background-color: #CEDEE7;
}
.BgClassName
{
background-color: #CEDEE7;
}
</style>
border-color css
<style>
span { border-color: #CEDEE7; }
span { border-color: rgb(206,222,231); }
td.TdClassName
{
border-color: #CEDEE7;
}
.TagClassName
{
border-color: #CEDEE7;
}
</style>