Shades of Pattens Blue #CDE3F0
Tints of Pattens Blue #CDE3F0
RGB
CMYK
RGB Variations
Color information
#CDE3F0 (or 0xCDE3F0) is known color: Pattens Blue. HEX triplet: CD, E3 and F0. RGB value is (205,227,240). Sum of RGB (Red+Green+Blue) = 205+227+240=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3F0 is #321C0F. Grayscale: #DDDDDD. Windows color (decimal): -3283984 or 15786957. OLE color: 15786957.
HSL color Cylindrical-coordinate representation of color #CDE3F0: hue angle of 202.29º 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 #CDE3F0 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 227 | 240 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.06 |
| HSL | 202.29º | 0.54% | 0.87% | - |
| HSV(B) | 202.29º | 0.15% | 0.94% | - |
| XYZ | 68.37 | 74.21 | 93.16 | - |
| YUV | 221.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 240 | 0.15 | 0.05 | 0 | 0.06 | 202.29 | 0.54 | 0.87 |
| Hex | CD | E3 | F0 | F | 5 | 0 | 6 | CA | 36 | 57 |
| Octal | 315 | 343 | 360 | 17 | 5 | 0 | 6 | 312 | 66 | 127 |
| Binary | 11001101 | 11100011 | 11110000 | 1111 | 101 | 0 | 110 | 11001010 | 110110 | 1010111 |
Color Harmonies of #CDE3F0
Complementary color
Monochromatic Colors of #CDE3F0
Black with #CDE3F0
Text Example
Text Example
White with #CDE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3F0; }
p { color: rgb(205,227,240); }
H1.HeaderClassName
{
color: #CDE3F0;
}
.AnyTagClassName
{
color: #CDE3F0;
}
</style>
background-color css
<style>
a { background-color: #CDE3F0; }
a { background-color: rgb(205,227,240); }
div.DivClassName
{
background-color: #CDE3F0;
}
.BgClassName
{
background-color: #CDE3F0;
}
</style>
border-color css
<style>
span { border-color: #CDE3F0; }
span { border-color: rgb(205,227,240); }
td.TdClassName
{
border-color: #CDE3F0;
}
.TagClassName
{
border-color: #CDE3F0;
}
</style>