Shades of Pattens Blue #CDE2F0
Tints of Pattens Blue #CDE2F0
RGB
CMYK
RGB Variations
Color information
#CDE2F0 (or 0xCDE2F0) is known color: Pattens Blue. HEX triplet: CD, E2 and F0. RGB value is (205,226,240). Sum of RGB (Red+Green+Blue) = 205+226+240=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2F0 is #321D0F. Grayscale: #DDDDDD. Windows color (decimal): -3284240 or 15786701. OLE color: 15786701.
HSL color Cylindrical-coordinate representation of color #CDE2F0: hue angle of 204º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE2F0 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 226 | 240 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.06 |
| HSL | 204º | 0.54% | 0.87% | - |
| HSV(B) | 204º | 0.15% | 0.94% | - |
| XYZ | 68.1 | 73.66 | 93.07 | - |
| YUV | 221.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 240 | 0.15 | 0.06 | 0 | 0.06 | 204 | 0.54 | 0.87 |
| Hex | CD | E2 | F0 | F | 6 | 0 | 6 | CC | 36 | 57 |
| Octal | 315 | 342 | 360 | 17 | 6 | 0 | 6 | 314 | 66 | 127 |
| Binary | 11001101 | 11100010 | 11110000 | 1111 | 110 | 0 | 110 | 11001100 | 110110 | 1010111 |
Color Harmonies of #CDE2F0
Complementary color
Monochromatic Colors of #CDE2F0
Black with #CDE2F0
Text Example
Text Example
White with #CDE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2F0; }
p { color: rgb(205,226,240); }
H1.HeaderClassName
{
color: #CDE2F0;
}
.AnyTagClassName
{
color: #CDE2F0;
}
</style>
background-color css
<style>
a { background-color: #CDE2F0; }
a { background-color: rgb(205,226,240); }
div.DivClassName
{
background-color: #CDE2F0;
}
.BgClassName
{
background-color: #CDE2F0;
}
</style>
border-color css
<style>
span { border-color: #CDE2F0; }
span { border-color: rgb(205,226,240); }
td.TdClassName
{
border-color: #CDE2F0;
}
.TagClassName
{
border-color: #CDE2F0;
}
</style>