Shades of Pattens Blue #CDE3F6
Tints of Pattens Blue #CDE3F6
RGB
CMYK
RGB Variations
Color information
#CDE3F6 (or 0xCDE3F6) is known color: Pattens Blue. HEX triplet: CD, E3 and F6. RGB value is (205,227,246). Sum of RGB (Red+Green+Blue) = 205+227+246=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDE3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3F6 is #321C09. Grayscale: #DEDEDE. Windows color (decimal): -3283978 or 16180173. OLE color: 16180173.
HSL color Cylindrical-coordinate representation of color #CDE3F6: hue angle of 207.8º 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 #CDE3F6 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 227 | 246 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.04 |
| HSL | 207.8º | 0.69% | 0.88% | - |
| HSV(B) | 207.8º | 0.17% | 0.96% | - |
| XYZ | 69.28 | 74.57 | 97.93 | - |
| YUV | 222.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 246 | 0.17 | 0.08 | 0 | 0.04 | 207.8 | 0.69 | 0.88 |
| Hex | CD | E3 | F6 | 11 | 8 | 0 | 4 | D0 | 45 | 58 |
| Octal | 315 | 343 | 366 | 21 | 10 | 0 | 4 | 320 | 105 | 130 |
| Binary | 11001101 | 11100011 | 11110110 | 10001 | 1000 | 0 | 100 | 11010000 | 1000101 | 1011000 |
Color Harmonies of #CDE3F6
Complementary color
Monochromatic Colors of #CDE3F6
Black with #CDE3F6
Text Example
Text Example
White with #CDE3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3F6; }
p { color: rgb(205,227,246); }
H1.HeaderClassName
{
color: #CDE3F6;
}
.AnyTagClassName
{
color: #CDE3F6;
}
</style>
background-color css
<style>
a { background-color: #CDE3F6; }
a { background-color: rgb(205,227,246); }
div.DivClassName
{
background-color: #CDE3F6;
}
.BgClassName
{
background-color: #CDE3F6;
}
</style>
border-color css
<style>
span { border-color: #CDE3F6; }
span { border-color: rgb(205,227,246); }
td.TdClassName
{
border-color: #CDE3F6;
}
.TagClassName
{
border-color: #CDE3F6;
}
</style>