Shades of Pattens Blue #CDE1F6
Tints of Pattens Blue #CDE1F6
RGB
CMYK
RGB Variations
Color information
#CDE1F6 (or 0xCDE1F6) is known color: Pattens Blue. HEX triplet: CD, E1 and F6. RGB value is (205,225,246). Sum of RGB (Red+Green+Blue) = 205+225+246=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDE1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1F6 is #321E09. Grayscale: #DDDDDD. Windows color (decimal): -3284490 or 16179661. OLE color: 16179661.
HSL color Cylindrical-coordinate representation of color #CDE1F6: hue angle of 210.73º 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 #CDE1F6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 225 | 246 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.04 |
| HSL | 210.73º | 0.69% | 0.88% | - |
| HSV(B) | 210.73º | 0.17% | 0.96% | - |
| XYZ | 68.74 | 73.48 | 97.75 | - |
| YUV | 221.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 246 | 0.17 | 0.09 | 0 | 0.04 | 210.73 | 0.69 | 0.88 |
| Hex | CD | E1 | F6 | 11 | 9 | 0 | 4 | D3 | 45 | 58 |
| Octal | 315 | 341 | 366 | 21 | 11 | 0 | 4 | 323 | 105 | 130 |
| Binary | 11001101 | 11100001 | 11110110 | 10001 | 1001 | 0 | 100 | 11010011 | 1000101 | 1011000 |
Color Harmonies of #CDE1F6
Complementary color
Monochromatic Colors of #CDE1F6
Black with #CDE1F6
Text Example
Text Example
White with #CDE1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1F6; }
p { color: rgb(205,225,246); }
H1.HeaderClassName
{
color: #CDE1F6;
}
.AnyTagClassName
{
color: #CDE1F6;
}
</style>
background-color css
<style>
a { background-color: #CDE1F6; }
a { background-color: rgb(205,225,246); }
div.DivClassName
{
background-color: #CDE1F6;
}
.BgClassName
{
background-color: #CDE1F6;
}
</style>
border-color css
<style>
span { border-color: #CDE1F6; }
span { border-color: rgb(205,225,246); }
td.TdClassName
{
border-color: #CDE1F6;
}
.TagClassName
{
border-color: #CDE1F6;
}
</style>