Shades of Pattens Blue #CDE5FA
Tints of Pattens Blue #CDE5FA
RGB
CMYK
RGB Variations
Color information
#CDE5FA (or 0xCDE5FA) is known color: Pattens Blue. HEX triplet: CD, E5 and FA. RGB value is (205,229,250). Sum of RGB (Red+Green+Blue) = 205+229+250=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5FA is #321A05. Grayscale: #E0E0E0. Windows color (decimal): -3283462 or 16442829. OLE color: 16442829.
HSL color Cylindrical-coordinate representation of color #CDE5FA: hue angle of 208º 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 #CDE5FA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 229 | 250 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.02 |
| HSL | 208º | 0.82% | 0.89% | - |
| HSV(B) | 208º | 0.18% | 0.98% | - |
| XYZ | 70.45 | 75.92 | 101.38 | - |
| YUV | 224.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 250 | 0.18 | 0.08 | 0 | 0.02 | 208 | 0.82 | 0.89 |
| Hex | CD | E5 | FA | 12 | 8 | 0 | 2 | D0 | 52 | 59 |
| Octal | 315 | 345 | 372 | 22 | 10 | 0 | 2 | 320 | 122 | 131 |
| Binary | 11001101 | 11100101 | 11111010 | 10010 | 1000 | 0 | 10 | 11010000 | 1010010 | 1011001 |
Color Harmonies of #CDE5FA
Complementary color
Monochromatic Colors of #CDE5FA
Black with #CDE5FA
Text Example
Text Example
White with #CDE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5FA; }
p { color: rgb(205,229,250); }
H1.HeaderClassName
{
color: #CDE5FA;
}
.AnyTagClassName
{
color: #CDE5FA;
}
</style>
background-color css
<style>
a { background-color: #CDE5FA; }
a { background-color: rgb(205,229,250); }
div.DivClassName
{
background-color: #CDE5FA;
}
.BgClassName
{
background-color: #CDE5FA;
}
</style>
border-color css
<style>
span { border-color: #CDE5FA; }
span { border-color: rgb(205,229,250); }
td.TdClassName
{
border-color: #CDE5FA;
}
.TagClassName
{
border-color: #CDE5FA;
}
</style>