Shades of Pattens Blue #CDE9FD
Tints of Pattens Blue #CDE9FD
RGB
CMYK
RGB Variations
Color information
#CDE9FD (or 0xCDE9FD) is known color: Pattens Blue. HEX triplet: CD, E9 and FD. RGB value is (205,233,253). Sum of RGB (Red+Green+Blue) = 205+233+253=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9FD is #321602. Grayscale: #E2E2E2. Windows color (decimal): -3282435 or 16640461. OLE color: 16640461.
HSL color Cylindrical-coordinate representation of color #CDE9FD: hue angle of 205º 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 #CDE9FD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 233 | 253 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.01 |
| HSL | 205º | 0.92% | 0.9% | - |
| HSV(B) | 205º | 0.19% | 0.99% | - |
| XYZ | 72.05 | 78.35 | 104.25 | - |
| YUV | 226.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 253 | 0.19 | 0.08 | 0 | 0.01 | 205 | 0.92 | 0.9 |
| Hex | CD | E9 | FD | 13 | 8 | 0 | 1 | CD | 5C | 5A |
| Octal | 315 | 351 | 375 | 23 | 10 | 0 | 1 | 315 | 134 | 132 |
| Binary | 11001101 | 11101001 | 11111101 | 10011 | 1000 | 0 | 1 | 11001101 | 1011100 | 1011010 |
Color Harmonies of #CDE9FD
Complementary color
Monochromatic Colors of #CDE9FD
Black with #CDE9FD
Text Example
Text Example
White with #CDE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9FD; }
p { color: rgb(205,233,253); }
H1.HeaderClassName
{
color: #CDE9FD;
}
.AnyTagClassName
{
color: #CDE9FD;
}
</style>
background-color css
<style>
a { background-color: #CDE9FD; }
a { background-color: rgb(205,233,253); }
div.DivClassName
{
background-color: #CDE9FD;
}
.BgClassName
{
background-color: #CDE9FD;
}
</style>
border-color css
<style>
span { border-color: #CDE9FD; }
span { border-color: rgb(205,233,253); }
td.TdClassName
{
border-color: #CDE9FD;
}
.TagClassName
{
border-color: #CDE9FD;
}
</style>