Shades of Pattens Blue #CDE3ED
Tints of Pattens Blue #CDE3ED
RGB
CMYK
RGB Variations
Color information
#CDE3ED (or 0xCDE3ED) is known color: Pattens Blue. HEX triplet: CD, E3 and ED. RGB value is (205,227,237). Sum of RGB (Red+Green+Blue) = 205+227+237=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3ED is #321C12. Grayscale: #DDDDDD. Windows color (decimal): -3283987 or 15590349. OLE color: 15590349.
HSL color Cylindrical-coordinate representation of color #CDE3ED: hue angle of 198.75º 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 #CDE3ED is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 227 | 237 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.07 |
| HSL | 198.75º | 0.47% | 0.87% | - |
| HSV(B) | 198.75º | 0.14% | 0.93% | - |
| XYZ | 67.93 | 74.03 | 90.83 | - |
| YUV | 221.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 237 | 0.14 | 0.04 | 0 | 0.07 | 198.75 | 0.47 | 0.87 |
| Hex | CD | E3 | ED | E | 4 | 0 | 7 | C7 | 2F | 57 |
| Octal | 315 | 343 | 355 | 16 | 4 | 0 | 7 | 307 | 57 | 127 |
| Binary | 11001101 | 11100011 | 11101101 | 1110 | 100 | 0 | 111 | 11000111 | 101111 | 1010111 |
Color Harmonies of #CDE3ED
Complementary color
Monochromatic Colors of #CDE3ED
Black with #CDE3ED
Text Example
Text Example
White with #CDE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3ED; }
p { color: rgb(205,227,237); }
H1.HeaderClassName
{
color: #CDE3ED;
}
.AnyTagClassName
{
color: #CDE3ED;
}
</style>
background-color css
<style>
a { background-color: #CDE3ED; }
a { background-color: rgb(205,227,237); }
div.DivClassName
{
background-color: #CDE3ED;
}
.BgClassName
{
background-color: #CDE3ED;
}
</style>
border-color css
<style>
span { border-color: #CDE3ED; }
span { border-color: rgb(205,227,237); }
td.TdClassName
{
border-color: #CDE3ED;
}
.TagClassName
{
border-color: #CDE3ED;
}
</style>