Shades of Pattens Blue #CDE5ED
Tints of Pattens Blue #CDE5ED
RGB
CMYK
RGB Variations
Color information
#CDE5ED (or 0xCDE5ED) is known color: Pattens Blue. HEX triplet: CD, E5 and ED. RGB value is (205,229,237). Sum of RGB (Red+Green+Blue) = 205+229+237=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5ED is #321A12. Grayscale: #DEDEDE. Windows color (decimal): -3283475 or 15590861. OLE color: 15590861.
HSL color Cylindrical-coordinate representation of color #CDE5ED: hue angle of 195º 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 #CDE5ED is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 229 | 237 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.07 |
| HSL | 195º | 0.47% | 0.87% | - |
| HSV(B) | 195º | 0.14% | 0.93% | - |
| XYZ | 68.48 | 75.13 | 91.01 | - |
| YUV | 222.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 237 | 0.14 | 0.03 | 0 | 0.07 | 195 | 0.47 | 0.87 |
| Hex | CD | E5 | ED | E | 3 | 0 | 7 | C3 | 2F | 57 |
| Octal | 315 | 345 | 355 | 16 | 3 | 0 | 7 | 303 | 57 | 127 |
| Binary | 11001101 | 11100101 | 11101101 | 1110 | 11 | 0 | 111 | 11000011 | 101111 | 1010111 |
Color Harmonies of #CDE5ED
Complementary color
Monochromatic Colors of #CDE5ED
Black with #CDE5ED
Text Example
Text Example
White with #CDE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5ED; }
p { color: rgb(205,229,237); }
H1.HeaderClassName
{
color: #CDE5ED;
}
.AnyTagClassName
{
color: #CDE5ED;
}
</style>
background-color css
<style>
a { background-color: #CDE5ED; }
a { background-color: rgb(205,229,237); }
div.DivClassName
{
background-color: #CDE5ED;
}
.BgClassName
{
background-color: #CDE5ED;
}
</style>
border-color css
<style>
span { border-color: #CDE5ED; }
span { border-color: rgb(205,229,237); }
td.TdClassName
{
border-color: #CDE5ED;
}
.TagClassName
{
border-color: #CDE5ED;
}
</style>