Shades of Pattens Blue #CDE7F7
Tints of Pattens Blue #CDE7F7
RGB
CMYK
RGB Variations
Color information
#CDE7F7 (or 0xCDE7F7) is known color: Pattens Blue. HEX triplet: CD, E7 and F7. RGB value is (205,231,247). Sum of RGB (Red+Green+Blue) = 205+231+247=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDE7F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7F7 is #321808. Grayscale: #E0E0E0. Windows color (decimal): -3282953 or 16246733. OLE color: 16246733.
HSL color Cylindrical-coordinate representation of color #CDE7F7: hue angle of 202.86º 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 #CDE7F7 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 231 | 247 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.03 |
| HSL | 202.86º | 0.72% | 0.89% | - |
| HSV(B) | 202.86º | 0.17% | 0.97% | - |
| XYZ | 70.54 | 76.85 | 99.11 | - |
| YUV | 225.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 247 | 0.17 | 0.06 | 0 | 0.03 | 202.86 | 0.72 | 0.89 |
| Hex | CD | E7 | F7 | 11 | 6 | 0 | 3 | CB | 48 | 59 |
| Octal | 315 | 347 | 367 | 21 | 6 | 0 | 3 | 313 | 110 | 131 |
| Binary | 11001101 | 11100111 | 11110111 | 10001 | 110 | 0 | 11 | 11001011 | 1001000 | 1011001 |
Color Harmonies of #CDE7F7
Complementary color
Monochromatic Colors of #CDE7F7
Black with #CDE7F7
Text Example
Text Example
White with #CDE7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7F7; }
p { color: rgb(205,231,247); }
H1.HeaderClassName
{
color: #CDE7F7;
}
.AnyTagClassName
{
color: #CDE7F7;
}
</style>
background-color css
<style>
a { background-color: #CDE7F7; }
a { background-color: rgb(205,231,247); }
div.DivClassName
{
background-color: #CDE7F7;
}
.BgClassName
{
background-color: #CDE7F7;
}
</style>
border-color css
<style>
span { border-color: #CDE7F7; }
span { border-color: rgb(205,231,247); }
td.TdClassName
{
border-color: #CDE7F7;
}
.TagClassName
{
border-color: #CDE7F7;
}
</style>