Shades of Pattens Blue #CDE1F0
Tints of Pattens Blue #CDE1F0
RGB
CMYK
RGB Variations
Color information
#CDE1F0 (or 0xCDE1F0) is known color: Pattens Blue. HEX triplet: CD, E1 and F0. RGB value is (205,225,240). Sum of RGB (Red+Green+Blue) = 205+225+240=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1F0 is #321E0F. Grayscale: #DCDCDC. Windows color (decimal): -3284496 or 15786445. OLE color: 15786445.
HSL color Cylindrical-coordinate representation of color #CDE1F0: hue angle of 205.71º 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 #CDE1F0 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 225 | 240 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.06 |
| HSL | 205.71º | 0.54% | 0.87% | - |
| HSV(B) | 205.71º | 0.15% | 0.94% | - |
| XYZ | 67.83 | 73.12 | 92.98 | - |
| YUV | 220.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 240 | 0.15 | 0.06 | 0 | 0.06 | 205.71 | 0.54 | 0.87 |
| Hex | CD | E1 | F0 | F | 6 | 0 | 6 | CE | 36 | 57 |
| Octal | 315 | 341 | 360 | 17 | 6 | 0 | 6 | 316 | 66 | 127 |
| Binary | 11001101 | 11100001 | 11110000 | 1111 | 110 | 0 | 110 | 11001110 | 110110 | 1010111 |
Color Harmonies of #CDE1F0
Complementary color
Monochromatic Colors of #CDE1F0
Black with #CDE1F0
Text Example
Text Example
White with #CDE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1F0; }
p { color: rgb(205,225,240); }
H1.HeaderClassName
{
color: #CDE1F0;
}
.AnyTagClassName
{
color: #CDE1F0;
}
</style>
background-color css
<style>
a { background-color: #CDE1F0; }
a { background-color: rgb(205,225,240); }
div.DivClassName
{
background-color: #CDE1F0;
}
.BgClassName
{
background-color: #CDE1F0;
}
</style>
border-color css
<style>
span { border-color: #CDE1F0; }
span { border-color: rgb(205,225,240); }
td.TdClassName
{
border-color: #CDE1F0;
}
.TagClassName
{
border-color: #CDE1F0;
}
</style>