Shades of Pattens Blue #CDE6FD
Tints of Pattens Blue #CDE6FD
RGB
CMYK
RGB Variations
Color information
#CDE6FD (or 0xCDE6FD) is known color: Pattens Blue. HEX triplet: CD, E6 and FD. RGB value is (205,230,253). Sum of RGB (Red+Green+Blue) = 205+230+253=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6FD is #321902. Grayscale: #E1E1E1. Windows color (decimal): -3283203 or 16639693. OLE color: 16639693.
HSL color Cylindrical-coordinate representation of color #CDE6FD: hue angle of 208.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE6FD is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 230 | 253 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.01 |
| HSL | 208.75º | 0.92% | 0.9% | - |
| HSV(B) | 208.75º | 0.19% | 0.99% | - |
| XYZ | 71.2 | 76.66 | 103.97 | - |
| YUV | 225.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 253 | 0.19 | 0.09 | 0 | 0.01 | 208.75 | 0.92 | 0.9 |
| Hex | CD | E6 | FD | 13 | 9 | 0 | 1 | D1 | 5C | 5A |
| Octal | 315 | 346 | 375 | 23 | 11 | 0 | 1 | 321 | 134 | 132 |
| Binary | 11001101 | 11100110 | 11111101 | 10011 | 1001 | 0 | 1 | 11010001 | 1011100 | 1011010 |
Color Harmonies of #CDE6FD
Complementary color
Monochromatic Colors of #CDE6FD
Black with #CDE6FD
Text Example
Text Example
White with #CDE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6FD; }
p { color: rgb(205,230,253); }
H1.HeaderClassName
{
color: #CDE6FD;
}
.AnyTagClassName
{
color: #CDE6FD;
}
</style>
background-color css
<style>
a { background-color: #CDE6FD; }
a { background-color: rgb(205,230,253); }
div.DivClassName
{
background-color: #CDE6FD;
}
.BgClassName
{
background-color: #CDE6FD;
}
</style>
border-color css
<style>
span { border-color: #CDE6FD; }
span { border-color: rgb(205,230,253); }
td.TdClassName
{
border-color: #CDE6FD;
}
.TagClassName
{
border-color: #CDE6FD;
}
</style>