Shades of Pattens Blue #CDE3FA
Tints of Pattens Blue #CDE3FA
RGB
CMYK
RGB Variations
Color information
#CDE3FA (or 0xCDE3FA) is known color: Pattens Blue. HEX triplet: CD, E3 and FA. RGB value is (205,227,250). Sum of RGB (Red+Green+Blue) = 205+227+250=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3FA is #321C05. Grayscale: #DEDEDE. Windows color (decimal): -3283974 or 16442317. OLE color: 16442317.
HSL color Cylindrical-coordinate representation of color #CDE3FA: hue angle of 210.67º 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 #CDE3FA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 227 | 250 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.02 |
| HSL | 210.67º | 0.82% | 0.89% | - |
| HSV(B) | 210.67º | 0.18% | 0.98% | - |
| XYZ | 69.9 | 74.82 | 101.2 | - |
| YUV | 223.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 250 | 0.18 | 0.09 | 0 | 0.02 | 210.67 | 0.82 | 0.89 |
| Hex | CD | E3 | FA | 12 | 9 | 0 | 2 | D3 | 52 | 59 |
| Octal | 315 | 343 | 372 | 22 | 11 | 0 | 2 | 323 | 122 | 131 |
| Binary | 11001101 | 11100011 | 11111010 | 10010 | 1001 | 0 | 10 | 11010011 | 1010010 | 1011001 |
Color Harmonies of #CDE3FA
Complementary color
Monochromatic Colors of #CDE3FA
Black with #CDE3FA
Text Example
Text Example
White with #CDE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3FA; }
p { color: rgb(205,227,250); }
H1.HeaderClassName
{
color: #CDE3FA;
}
.AnyTagClassName
{
color: #CDE3FA;
}
</style>
background-color css
<style>
a { background-color: #CDE3FA; }
a { background-color: rgb(205,227,250); }
div.DivClassName
{
background-color: #CDE3FA;
}
.BgClassName
{
background-color: #CDE3FA;
}
</style>
border-color css
<style>
span { border-color: #CDE3FA; }
span { border-color: rgb(205,227,250); }
td.TdClassName
{
border-color: #CDE3FA;
}
.TagClassName
{
border-color: #CDE3FA;
}
</style>