Shades of Pattens Blue #CDE6F9
Tints of Pattens Blue #CDE6F9
RGB
CMYK
RGB Variations
Color information
#CDE6F9 (or 0xCDE6F9) is known color: Pattens Blue. HEX triplet: CD, E6 and F9. RGB value is (205,230,249). Sum of RGB (Red+Green+Blue) = 205+230+249=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6F9 is #321906. Grayscale: #E0E0E0. Windows color (decimal): -3283207 or 16377549. OLE color: 16377549.
HSL color Cylindrical-coordinate representation of color #CDE6F9: hue angle of 205.91º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE6F9 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 230 | 249 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.02 |
| HSL | 205.91º | 0.79% | 0.89% | - |
| HSV(B) | 205.91º | 0.18% | 0.98% | - |
| XYZ | 70.57 | 76.41 | 100.65 | - |
| YUV | 224.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 249 | 0.18 | 0.08 | 0 | 0.02 | 205.91 | 0.79 | 0.89 |
| Hex | CD | E6 | F9 | 12 | 8 | 0 | 2 | CE | 4F | 59 |
| Octal | 315 | 346 | 371 | 22 | 10 | 0 | 2 | 316 | 117 | 131 |
| Binary | 11001101 | 11100110 | 11111001 | 10010 | 1000 | 0 | 10 | 11001110 | 1001111 | 1011001 |
Color Harmonies of #CDE6F9
Complementary color
Monochromatic Colors of #CDE6F9
Black with #CDE6F9
Text Example
Text Example
White with #CDE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6F9; }
p { color: rgb(205,230,249); }
H1.HeaderClassName
{
color: #CDE6F9;
}
.AnyTagClassName
{
color: #CDE6F9;
}
</style>
background-color css
<style>
a { background-color: #CDE6F9; }
a { background-color: rgb(205,230,249); }
div.DivClassName
{
background-color: #CDE6F9;
}
.BgClassName
{
background-color: #CDE6F9;
}
</style>
border-color css
<style>
span { border-color: #CDE6F9; }
span { border-color: rgb(205,230,249); }
td.TdClassName
{
border-color: #CDE6F9;
}
.TagClassName
{
border-color: #CDE6F9;
}
</style>