Shades of Pattens Blue #CDE7FB
Tints of Pattens Blue #CDE7FB
RGB
CMYK
RGB Variations
Color information
#CDE7FB (or 0xCDE7FB) is known color: Pattens Blue. HEX triplet: CD, E7 and FB. RGB value is (205,231,251). Sum of RGB (Red+Green+Blue) = 205+231+251=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7FB is #321804. Grayscale: #E1E1E1. Windows color (decimal): -3282949 or 16508877. OLE color: 16508877.
HSL color Cylindrical-coordinate representation of color #CDE7FB: hue angle of 206.09º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE7FB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 231 | 251 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.02 |
| HSL | 206.09º | 0.85% | 0.89% | - |
| HSV(B) | 206.09º | 0.18% | 0.98% | - |
| XYZ | 71.17 | 77.1 | 102.4 | - |
| YUV | 225.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 251 | 0.18 | 0.08 | 0 | 0.02 | 206.09 | 0.85 | 0.89 |
| Hex | CD | E7 | FB | 12 | 8 | 0 | 2 | CE | 55 | 59 |
| Octal | 315 | 347 | 373 | 22 | 10 | 0 | 2 | 316 | 125 | 131 |
| Binary | 11001101 | 11100111 | 11111011 | 10010 | 1000 | 0 | 10 | 11001110 | 1010101 | 1011001 |
Color Harmonies of #CDE7FB
Complementary color
Monochromatic Colors of #CDE7FB
Black with #CDE7FB
Text Example
Text Example
White with #CDE7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7FB; }
p { color: rgb(205,231,251); }
H1.HeaderClassName
{
color: #CDE7FB;
}
.AnyTagClassName
{
color: #CDE7FB;
}
</style>
background-color css
<style>
a { background-color: #CDE7FB; }
a { background-color: rgb(205,231,251); }
div.DivClassName
{
background-color: #CDE7FB;
}
.BgClassName
{
background-color: #CDE7FB;
}
</style>
border-color css
<style>
span { border-color: #CDE7FB; }
span { border-color: rgb(205,231,251); }
td.TdClassName
{
border-color: #CDE7FB;
}
.TagClassName
{
border-color: #CDE7FB;
}
</style>