Shades of Pattens Blue #CDE0F6
Tints of Pattens Blue #CDE0F6
RGB
CMYK
RGB Variations
Color information
#CDE0F6 (or 0xCDE0F6) is known color: Pattens Blue. HEX triplet: CD, E0 and F6. RGB value is (205,224,246). Sum of RGB (Red+Green+Blue) = 205+224+246=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0F6 is #321F09. Grayscale: #DCDCDC. Windows color (decimal): -3284746 or 16179405. OLE color: 16179405.
HSL color Cylindrical-coordinate representation of color #CDE0F6: hue angle of 212.2º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE0F6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 224 | 246 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.04 |
| HSL | 212.2º | 0.69% | 0.88% | - |
| HSV(B) | 212.2º | 0.17% | 0.96% | - |
| XYZ | 68.47 | 72.94 | 97.66 | - |
| YUV | 220.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 246 | 0.17 | 0.09 | 0 | 0.04 | 212.2 | 0.69 | 0.88 |
| Hex | CD | E0 | F6 | 11 | 9 | 0 | 4 | D4 | 45 | 58 |
| Octal | 315 | 340 | 366 | 21 | 11 | 0 | 4 | 324 | 105 | 130 |
| Binary | 11001101 | 11100000 | 11110110 | 10001 | 1001 | 0 | 100 | 11010100 | 1000101 | 1011000 |
Color Harmonies of #CDE0F6
Complementary color
Monochromatic Colors of #CDE0F6
Black with #CDE0F6
Text Example
Text Example
White with #CDE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0F6; }
p { color: rgb(205,224,246); }
H1.HeaderClassName
{
color: #CDE0F6;
}
.AnyTagClassName
{
color: #CDE0F6;
}
</style>
background-color css
<style>
a { background-color: #CDE0F6; }
a { background-color: rgb(205,224,246); }
div.DivClassName
{
background-color: #CDE0F6;
}
.BgClassName
{
background-color: #CDE0F6;
}
</style>
border-color css
<style>
span { border-color: #CDE0F6; }
span { border-color: rgb(205,224,246); }
td.TdClassName
{
border-color: #CDE0F6;
}
.TagClassName
{
border-color: #CDE0F6;
}
</style>