Shades of Pattens Blue #CDE8FA
Tints of Pattens Blue #CDE8FA
RGB
CMYK
RGB Variations
Color information
#CDE8FA (or 0xCDE8FA) is known color: Pattens Blue. HEX triplet: CD, E8 and FA. RGB value is (205,232,250). Sum of RGB (Red+Green+Blue) = 205+232+250=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE8FA is #321705. Grayscale: #E1E1E1. Windows color (decimal): -3282694 or 16443597. OLE color: 16443597.
HSL color Cylindrical-coordinate representation of color #CDE8FA: hue angle of 204º degrees, saturation: 0.82, 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 #CDE8FA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 232 | 250 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.02 |
| HSL | 204º | 0.82% | 0.89% | - |
| HSV(B) | 204º | 0.18% | 0.98% | - |
| XYZ | 71.29 | 77.59 | 101.66 | - |
| YUV | 225.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 250 | 0.18 | 0.07 | 0 | 0.02 | 204 | 0.82 | 0.89 |
| Hex | CD | E8 | FA | 12 | 7 | 0 | 2 | CC | 52 | 59 |
| Octal | 315 | 350 | 372 | 22 | 7 | 0 | 2 | 314 | 122 | 131 |
| Binary | 11001101 | 11101000 | 11111010 | 10010 | 111 | 0 | 10 | 11001100 | 1010010 | 1011001 |
Color Harmonies of #CDE8FA
Complementary color
Monochromatic Colors of #CDE8FA
Black with #CDE8FA
Text Example
Text Example
White with #CDE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8FA; }
p { color: rgb(205,232,250); }
H1.HeaderClassName
{
color: #CDE8FA;
}
.AnyTagClassName
{
color: #CDE8FA;
}
</style>
background-color css
<style>
a { background-color: #CDE8FA; }
a { background-color: rgb(205,232,250); }
div.DivClassName
{
background-color: #CDE8FA;
}
.BgClassName
{
background-color: #CDE8FA;
}
</style>
border-color css
<style>
span { border-color: #CDE8FA; }
span { border-color: rgb(205,232,250); }
td.TdClassName
{
border-color: #CDE8FA;
}
.TagClassName
{
border-color: #CDE8FA;
}
</style>