Shades of Pattens Blue #CDE6FE
Tints of Pattens Blue #CDE6FE
RGB
CMYK
RGB Variations
Color information
#CDE6FE (or 0xCDE6FE) is known color: Pattens Blue. HEX triplet: CD, E6 and FE. RGB value is (205,230,254). Sum of RGB (Red+Green+Blue) = 205+230+254=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6FE is #321901. Grayscale: #E1E1E1. Windows color (decimal): -3283202 or 16705229. OLE color: 16705229.
HSL color Cylindrical-coordinate representation of color #CDE6FE: hue angle of 209.39º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE6FE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 230 | 254 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.00 |
| HSL | 209.39º | 0.96% | 0.9% | - |
| HSV(B) | 209.39º | 0.19% | 1% | - |
| XYZ | 71.36 | 76.73 | 104.81 | - |
| YUV | 225.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 254 | 0.19 | 0.09 | 0 | 0.00 | 209.39 | 0.96 | 0.9 |
| Hex | CD | E6 | FE | 13 | 9 | 0 | 0 | D1 | 60 | 5A |
| Octal | 315 | 346 | 376 | 23 | 11 | 0 | 0 | 321 | 140 | 132 |
| Binary | 11001101 | 11100110 | 11111110 | 10011 | 1001 | 0 | 0 | 11010001 | 1100000 | 1011010 |
Color Harmonies of #CDE6FE
Complementary color
Monochromatic Colors of #CDE6FE
Black with #CDE6FE
Text Example
Text Example
White with #CDE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6FE; }
p { color: rgb(205,230,254); }
H1.HeaderClassName
{
color: #CDE6FE;
}
.AnyTagClassName
{
color: #CDE6FE;
}
</style>
background-color css
<style>
a { background-color: #CDE6FE; }
a { background-color: rgb(205,230,254); }
div.DivClassName
{
background-color: #CDE6FE;
}
.BgClassName
{
background-color: #CDE6FE;
}
</style>
border-color css
<style>
span { border-color: #CDE6FE; }
span { border-color: rgb(205,230,254); }
td.TdClassName
{
border-color: #CDE6FE;
}
.TagClassName
{
border-color: #CDE6FE;
}
</style>