Shades of Pattens Blue #CEDDE8
Tints of Pattens Blue #CEDDE8
RGB
CMYK
RGB Variations
Color information
#CEDDE8 (or 0xCEDDE8) is known color: Pattens Blue. HEX triplet: CE, DD and E8. RGB value is (206,221,232). Sum of RGB (Red+Green+Blue) = 206+221+232=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDE8 is #312217. Grayscale: #D9D9D9. Windows color (decimal): -3219992 or 15261134. OLE color: 15261134.
HSL color Cylindrical-coordinate representation of color #CEDDE8: hue angle of 205.38º 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 #CEDDE8 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 221 | 232 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.09 |
| HSL | 205.38º | 0.36% | 0.86% | - |
| HSV(B) | 205.38º | 0.11% | 0.91% | - |
| XYZ | 65.88 | 70.66 | 86.51 | - |
| YUV | 217.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 232 | 0.11 | 0.05 | 0 | 0.09 | 205.38 | 0.36 | 0.86 |
| Hex | CE | DD | E8 | B | 5 | 0 | 9 | CD | 24 | 56 |
| Octal | 316 | 335 | 350 | 13 | 5 | 0 | 11 | 315 | 44 | 126 |
| Binary | 11001110 | 11011101 | 11101000 | 1011 | 101 | 0 | 1001 | 11001101 | 100100 | 1010110 |
Color Harmonies of #CEDDE8
Complementary color
Monochromatic Colors of #CEDDE8
Black with #CEDDE8
Text Example
Text Example
White with #CEDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDE8; }
p { color: rgb(206,221,232); }
H1.HeaderClassName
{
color: #CEDDE8;
}
.AnyTagClassName
{
color: #CEDDE8;
}
</style>
background-color css
<style>
a { background-color: #CEDDE8; }
a { background-color: rgb(206,221,232); }
div.DivClassName
{
background-color: #CEDDE8;
}
.BgClassName
{
background-color: #CEDDE8;
}
</style>
border-color css
<style>
span { border-color: #CEDDE8; }
span { border-color: rgb(206,221,232); }
td.TdClassName
{
border-color: #CEDDE8;
}
.TagClassName
{
border-color: #CEDDE8;
}
</style>