Shades of Pattens Blue #CDE4EF
Tints of Pattens Blue #CDE4EF
RGB
CMYK
RGB Variations
Color information
#CDE4EF (or 0xCDE4EF) is known color: Pattens Blue. HEX triplet: CD, E4 and EF. RGB value is (205,228,239). Sum of RGB (Red+Green+Blue) = 205+228+239=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4EF is #321B10. Grayscale: #DEDEDE. Windows color (decimal): -3283729 or 15721677. OLE color: 15721677.
HSL color Cylindrical-coordinate representation of color #CDE4EF: hue angle of 199.41º 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 #CDE4EF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 228 | 239 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.06 |
| HSL | 199.41º | 0.52% | 0.87% | - |
| HSV(B) | 199.41º | 0.14% | 0.94% | - |
| XYZ | 68.5 | 74.7 | 92.47 | - |
| YUV | 222.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 239 | 0.14 | 0.05 | 0 | 0.06 | 199.41 | 0.52 | 0.87 |
| Hex | CD | E4 | EF | E | 5 | 0 | 6 | C7 | 34 | 57 |
| Octal | 315 | 344 | 357 | 16 | 5 | 0 | 6 | 307 | 64 | 127 |
| Binary | 11001101 | 11100100 | 11101111 | 1110 | 101 | 0 | 110 | 11000111 | 110100 | 1010111 |
Color Harmonies of #CDE4EF
Complementary color
Monochromatic Colors of #CDE4EF
Black with #CDE4EF
Text Example
Text Example
White with #CDE4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4EF; }
p { color: rgb(205,228,239); }
H1.HeaderClassName
{
color: #CDE4EF;
}
.AnyTagClassName
{
color: #CDE4EF;
}
</style>
background-color css
<style>
a { background-color: #CDE4EF; }
a { background-color: rgb(205,228,239); }
div.DivClassName
{
background-color: #CDE4EF;
}
.BgClassName
{
background-color: #CDE4EF;
}
</style>
border-color css
<style>
span { border-color: #CDE4EF; }
span { border-color: rgb(205,228,239); }
td.TdClassName
{
border-color: #CDE4EF;
}
.TagClassName
{
border-color: #CDE4EF;
}
</style>