Shades of Pattens Blue #CDE4EE
Tints of Pattens Blue #CDE4EE
RGB
CMYK
RGB Variations
Color information
#CDE4EE (or 0xCDE4EE) is known color: Pattens Blue. HEX triplet: CD, E4 and EE. RGB value is (205,228,238). Sum of RGB (Red+Green+Blue) = 205+228+238=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4EE is #321B11. Grayscale: #DEDEDE. Windows color (decimal): -3283730 or 15656141. OLE color: 15656141.
HSL color Cylindrical-coordinate representation of color #CDE4EE: hue angle of 198.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE4EE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 228 | 238 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.07 |
| HSL | 198.18º | 0.49% | 0.87% | - |
| HSV(B) | 198.18º | 0.14% | 0.93% | - |
| XYZ | 68.35 | 74.64 | 91.69 | - |
| YUV | 222.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 238 | 0.14 | 0.04 | 0 | 0.07 | 198.18 | 0.49 | 0.87 |
| Hex | CD | E4 | EE | E | 4 | 0 | 7 | C6 | 31 | 57 |
| Octal | 315 | 344 | 356 | 16 | 4 | 0 | 7 | 306 | 61 | 127 |
| Binary | 11001101 | 11100100 | 11101110 | 1110 | 100 | 0 | 111 | 11000110 | 110001 | 1010111 |
Color Harmonies of #CDE4EE
Complementary color
Monochromatic Colors of #CDE4EE
Black with #CDE4EE
Text Example
Text Example
White with #CDE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4EE; }
p { color: rgb(205,228,238); }
H1.HeaderClassName
{
color: #CDE4EE;
}
.AnyTagClassName
{
color: #CDE4EE;
}
</style>
background-color css
<style>
a { background-color: #CDE4EE; }
a { background-color: rgb(205,228,238); }
div.DivClassName
{
background-color: #CDE4EE;
}
.BgClassName
{
background-color: #CDE4EE;
}
</style>
border-color css
<style>
span { border-color: #CDE4EE; }
span { border-color: rgb(205,228,238); }
td.TdClassName
{
border-color: #CDE4EE;
}
.TagClassName
{
border-color: #CDE4EE;
}
</style>