Shades of Pattens Blue #CDE9F7
Tints of Pattens Blue #CDE9F7
RGB
CMYK
RGB Variations
Color information
#CDE9F7 (or 0xCDE9F7) is known color: Pattens Blue. HEX triplet: CD, E9 and F7. RGB value is (205,233,247). Sum of RGB (Red+Green+Blue) = 205+233+247=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDE9F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9F7 is #321608. Grayscale: #E2E2E2. Windows color (decimal): -3282441 or 16247245. OLE color: 16247245.
HSL color Cylindrical-coordinate representation of color #CDE9F7: hue angle of 200º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE9F7 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 233 | 247 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.03 |
| HSL | 200º | 0.72% | 0.89% | - |
| HSV(B) | 200º | 0.17% | 0.97% | - |
| XYZ | 71.1 | 77.97 | 99.3 | - |
| YUV | 226.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 247 | 0.17 | 0.06 | 0 | 0.03 | 200 | 0.72 | 0.89 |
| Hex | CD | E9 | F7 | 11 | 6 | 0 | 3 | C8 | 48 | 59 |
| Octal | 315 | 351 | 367 | 21 | 6 | 0 | 3 | 310 | 110 | 131 |
| Binary | 11001101 | 11101001 | 11110111 | 10001 | 110 | 0 | 11 | 11001000 | 1001000 | 1011001 |
Color Harmonies of #CDE9F7
Complementary color
Monochromatic Colors of #CDE9F7
Black with #CDE9F7
Text Example
Text Example
White with #CDE9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9F7; }
p { color: rgb(205,233,247); }
H1.HeaderClassName
{
color: #CDE9F7;
}
.AnyTagClassName
{
color: #CDE9F7;
}
</style>
background-color css
<style>
a { background-color: #CDE9F7; }
a { background-color: rgb(205,233,247); }
div.DivClassName
{
background-color: #CDE9F7;
}
.BgClassName
{
background-color: #CDE9F7;
}
</style>
border-color css
<style>
span { border-color: #CDE9F7; }
span { border-color: rgb(205,233,247); }
td.TdClassName
{
border-color: #CDE9F7;
}
.TagClassName
{
border-color: #CDE9F7;
}
</style>