Shades of Pattens Blue #CDE9F3
Tints of Pattens Blue #CDE9F3
RGB
CMYK
RGB Variations
Color information
#CDE9F3 (or 0xCDE9F3) is known color: Pattens Blue. HEX triplet: CD, E9 and F3. RGB value is (205,233,243). Sum of RGB (Red+Green+Blue) = 205+233+243=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDE9F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9F3 is #32160C. Grayscale: #E1E1E1. Windows color (decimal): -3282445 or 15985101. OLE color: 15985101.
HSL color Cylindrical-coordinate representation of color #CDE9F3: hue angle of 195.79º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE9F3 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 233 | 243 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.05 |
| HSL | 195.79º | 0.61% | 0.88% | - |
| HSV(B) | 195.79º | 0.16% | 0.95% | - |
| XYZ | 70.49 | 77.73 | 96.08 | - |
| YUV | 225.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 243 | 0.16 | 0.04 | 0 | 0.05 | 195.79 | 0.61 | 0.88 |
| Hex | CD | E9 | F3 | 10 | 4 | 0 | 5 | C4 | 3D | 58 |
| Octal | 315 | 351 | 363 | 20 | 4 | 0 | 5 | 304 | 75 | 130 |
| Binary | 11001101 | 11101001 | 11110011 | 10000 | 100 | 0 | 101 | 11000100 | 111101 | 1011000 |
Color Harmonies of #CDE9F3
Complementary color
Monochromatic Colors of #CDE9F3
Black with #CDE9F3
Text Example
Text Example
White with #CDE9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9F3; }
p { color: rgb(205,233,243); }
H1.HeaderClassName
{
color: #CDE9F3;
}
.AnyTagClassName
{
color: #CDE9F3;
}
</style>
background-color css
<style>
a { background-color: #CDE9F3; }
a { background-color: rgb(205,233,243); }
div.DivClassName
{
background-color: #CDE9F3;
}
.BgClassName
{
background-color: #CDE9F3;
}
</style>
border-color css
<style>
span { border-color: #CDE9F3; }
span { border-color: rgb(205,233,243); }
td.TdClassName
{
border-color: #CDE9F3;
}
.TagClassName
{
border-color: #CDE9F3;
}
</style>