Shades of Pattens Blue #CDE9F5
Tints of Pattens Blue #CDE9F5
RGB
CMYK
RGB Variations
Color information
#CDE9F5 (or 0xCDE9F5) is known color: Pattens Blue. HEX triplet: CD, E9 and F5. RGB value is (205,233,245). Sum of RGB (Red+Green+Blue) = 205+233+245=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDE9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9F5 is #32160A. Grayscale: #E1E1E1. Windows color (decimal): -3282443 or 16116173. OLE color: 16116173.
HSL color Cylindrical-coordinate representation of color #CDE9F5: hue angle of 198º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE9F5 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 233 | 245 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.04 |
| HSL | 198º | 0.67% | 0.88% | - |
| HSV(B) | 198º | 0.16% | 0.96% | - |
| XYZ | 70.8 | 77.85 | 97.68 | - |
| YUV | 226 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 245 | 0.16 | 0.05 | 0 | 0.04 | 198 | 0.67 | 0.88 |
| Hex | CD | E9 | F5 | 10 | 5 | 0 | 4 | C6 | 43 | 58 |
| Octal | 315 | 351 | 365 | 20 | 5 | 0 | 4 | 306 | 103 | 130 |
| Binary | 11001101 | 11101001 | 11110101 | 10000 | 101 | 0 | 100 | 11000110 | 1000011 | 1011000 |
Color Harmonies of #CDE9F5
Complementary color
Monochromatic Colors of #CDE9F5
Black with #CDE9F5
Text Example
Text Example
White with #CDE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9F5; }
p { color: rgb(205,233,245); }
H1.HeaderClassName
{
color: #CDE9F5;
}
.AnyTagClassName
{
color: #CDE9F5;
}
</style>
background-color css
<style>
a { background-color: #CDE9F5; }
a { background-color: rgb(205,233,245); }
div.DivClassName
{
background-color: #CDE9F5;
}
.BgClassName
{
background-color: #CDE9F5;
}
</style>
border-color css
<style>
span { border-color: #CDE9F5; }
span { border-color: rgb(205,233,245); }
td.TdClassName
{
border-color: #CDE9F5;
}
.TagClassName
{
border-color: #CDE9F5;
}
</style>