Shades of Pattens Blue #CDE4ED
Tints of Pattens Blue #CDE4ED
RGB
CMYK
RGB Variations
Color information
#CDE4ED (or 0xCDE4ED) is known color: Pattens Blue. HEX triplet: CD, E4 and ED. RGB value is (205,228,237). Sum of RGB (Red+Green+Blue) = 205+228+237=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4ED is #321B12. Grayscale: #DEDEDE. Windows color (decimal): -3283731 or 15590605. OLE color: 15590605.
HSL color Cylindrical-coordinate representation of color #CDE4ED: hue angle of 196.88º degrees, saturation: 0.47, 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 #CDE4ED is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 228 | 237 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.07 |
| HSL | 196.88º | 0.47% | 0.87% | - |
| HSV(B) | 196.88º | 0.14% | 0.93% | - |
| XYZ | 68.21 | 74.58 | 90.92 | - |
| YUV | 222.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 237 | 0.14 | 0.04 | 0 | 0.07 | 196.88 | 0.47 | 0.87 |
| Hex | CD | E4 | ED | E | 4 | 0 | 7 | C5 | 2F | 57 |
| Octal | 315 | 344 | 355 | 16 | 4 | 0 | 7 | 305 | 57 | 127 |
| Binary | 11001101 | 11100100 | 11101101 | 1110 | 100 | 0 | 111 | 11000101 | 101111 | 1010111 |
Color Harmonies of #CDE4ED
Complementary color
Monochromatic Colors of #CDE4ED
Black with #CDE4ED
Text Example
Text Example
White with #CDE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4ED; }
p { color: rgb(205,228,237); }
H1.HeaderClassName
{
color: #CDE4ED;
}
.AnyTagClassName
{
color: #CDE4ED;
}
</style>
background-color css
<style>
a { background-color: #CDE4ED; }
a { background-color: rgb(205,228,237); }
div.DivClassName
{
background-color: #CDE4ED;
}
.BgClassName
{
background-color: #CDE4ED;
}
</style>
border-color css
<style>
span { border-color: #CDE4ED; }
span { border-color: rgb(205,228,237); }
td.TdClassName
{
border-color: #CDE4ED;
}
.TagClassName
{
border-color: #CDE4ED;
}
</style>