Shades of Pattens Blue #CDE3EF
Tints of Pattens Blue #CDE3EF
RGB
CMYK
RGB Variations
Color information
#CDE3EF (or 0xCDE3EF) is known color: Pattens Blue. HEX triplet: CD, E3 and EF. RGB value is (205,227,239). Sum of RGB (Red+Green+Blue) = 205+227+239=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3EF is #321C10. Grayscale: #DDDDDD. Windows color (decimal): -3283985 or 15721421. OLE color: 15721421.
HSL color Cylindrical-coordinate representation of color #CDE3EF: hue angle of 201.18º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE3EF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 227 | 239 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.06 |
| HSL | 201.18º | 0.52% | 0.87% | - |
| HSV(B) | 201.18º | 0.14% | 0.94% | - |
| XYZ | 68.23 | 74.15 | 92.38 | - |
| YUV | 221.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 239 | 0.14 | 0.05 | 0 | 0.06 | 201.18 | 0.52 | 0.87 |
| Hex | CD | E3 | EF | E | 5 | 0 | 6 | C9 | 34 | 57 |
| Octal | 315 | 343 | 357 | 16 | 5 | 0 | 6 | 311 | 64 | 127 |
| Binary | 11001101 | 11100011 | 11101111 | 1110 | 101 | 0 | 110 | 11001001 | 110100 | 1010111 |
Color Harmonies of #CDE3EF
Complementary color
Monochromatic Colors of #CDE3EF
Black with #CDE3EF
Text Example
Text Example
White with #CDE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3EF; }
p { color: rgb(205,227,239); }
H1.HeaderClassName
{
color: #CDE3EF;
}
.AnyTagClassName
{
color: #CDE3EF;
}
</style>
background-color css
<style>
a { background-color: #CDE3EF; }
a { background-color: rgb(205,227,239); }
div.DivClassName
{
background-color: #CDE3EF;
}
.BgClassName
{
background-color: #CDE3EF;
}
</style>
border-color css
<style>
span { border-color: #CDE3EF; }
span { border-color: rgb(205,227,239); }
td.TdClassName
{
border-color: #CDE3EF;
}
.TagClassName
{
border-color: #CDE3EF;
}
</style>