Shades of Pattens Blue #CDE9F4
Tints of Pattens Blue #CDE9F4
RGB
CMYK
RGB Variations
Color information
#CDE9F4 (or 0xCDE9F4) is known color: Pattens Blue. HEX triplet: CD, E9 and F4. RGB value is (205,233,244). Sum of RGB (Red+Green+Blue) = 205+233+244=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9F4 is #32160B. Grayscale: #E1E1E1. Windows color (decimal): -3282444 or 16050637. OLE color: 16050637.
HSL color Cylindrical-coordinate representation of color #CDE9F4: hue angle of 196.92º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE9F4 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 233 | 244 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.04 |
| HSL | 196.92º | 0.64% | 0.88% | - |
| HSV(B) | 196.92º | 0.16% | 0.96% | - |
| XYZ | 70.64 | 77.79 | 96.88 | - |
| YUV | 225.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 244 | 0.16 | 0.05 | 0 | 0.04 | 196.92 | 0.64 | 0.88 |
| Hex | CD | E9 | F4 | 10 | 5 | 0 | 4 | C5 | 40 | 58 |
| Octal | 315 | 351 | 364 | 20 | 5 | 0 | 4 | 305 | 100 | 130 |
| Binary | 11001101 | 11101001 | 11110100 | 10000 | 101 | 0 | 100 | 11000101 | 1000000 | 1011000 |
Color Harmonies of #CDE9F4
Complementary color
Monochromatic Colors of #CDE9F4
Black with #CDE9F4
Text Example
Text Example
White with #CDE9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9F4; }
p { color: rgb(205,233,244); }
H1.HeaderClassName
{
color: #CDE9F4;
}
.AnyTagClassName
{
color: #CDE9F4;
}
</style>
background-color css
<style>
a { background-color: #CDE9F4; }
a { background-color: rgb(205,233,244); }
div.DivClassName
{
background-color: #CDE9F4;
}
.BgClassName
{
background-color: #CDE9F4;
}
</style>
border-color css
<style>
span { border-color: #CDE9F4; }
span { border-color: rgb(205,233,244); }
td.TdClassName
{
border-color: #CDE9F4;
}
.TagClassName
{
border-color: #CDE9F4;
}
</style>