Shades of Pattens Blue #CDE3F5
Tints of Pattens Blue #CDE3F5
RGB
CMYK
RGB Variations
Color information
#CDE3F5 (or 0xCDE3F5) is known color: Pattens Blue. HEX triplet: CD, E3 and F5. RGB value is (205,227,245). Sum of RGB (Red+Green+Blue) = 205+227+245=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDE3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3F5 is #321C0A. Grayscale: #DEDEDE. Windows color (decimal): -3283979 or 16114637. OLE color: 16114637.
HSL color Cylindrical-coordinate representation of color #CDE3F5: hue angle of 207º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE3F5 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 227 | 245 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.04 |
| HSL | 207º | 0.67% | 0.88% | - |
| HSV(B) | 207º | 0.16% | 0.96% | - |
| XYZ | 69.13 | 74.51 | 97.12 | - |
| YUV | 222.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 245 | 0.16 | 0.07 | 0 | 0.04 | 207 | 0.67 | 0.88 |
| Hex | CD | E3 | F5 | 10 | 7 | 0 | 4 | CF | 43 | 58 |
| Octal | 315 | 343 | 365 | 20 | 7 | 0 | 4 | 317 | 103 | 130 |
| Binary | 11001101 | 11100011 | 11110101 | 10000 | 111 | 0 | 100 | 11001111 | 1000011 | 1011000 |
Color Harmonies of #CDE3F5
Complementary color
Monochromatic Colors of #CDE3F5
Black with #CDE3F5
Text Example
Text Example
White with #CDE3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3F5; }
p { color: rgb(205,227,245); }
H1.HeaderClassName
{
color: #CDE3F5;
}
.AnyTagClassName
{
color: #CDE3F5;
}
</style>
background-color css
<style>
a { background-color: #CDE3F5; }
a { background-color: rgb(205,227,245); }
div.DivClassName
{
background-color: #CDE3F5;
}
.BgClassName
{
background-color: #CDE3F5;
}
</style>
border-color css
<style>
span { border-color: #CDE3F5; }
span { border-color: rgb(205,227,245); }
td.TdClassName
{
border-color: #CDE3F5;
}
.TagClassName
{
border-color: #CDE3F5;
}
</style>