Shades of Pattens Blue #CDE1F3
Tints of Pattens Blue #CDE1F3
RGB
CMYK
RGB Variations
Color information
#CDE1F3 (or 0xCDE1F3) is known color: Pattens Blue. HEX triplet: CD, E1 and F3. RGB value is (205,225,243). Sum of RGB (Red+Green+Blue) = 205+225+243=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1F3 is #321E0C. Grayscale: #DCDCDC. Windows color (decimal): -3284493 or 15983053. OLE color: 15983053.
HSL color Cylindrical-coordinate representation of color #CDE1F3: hue angle of 208.42º 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 #CDE1F3 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 225 | 243 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.05 |
| HSL | 208.42º | 0.61% | 0.88% | - |
| HSV(B) | 208.42º | 0.16% | 0.95% | - |
| XYZ | 68.28 | 73.3 | 95.34 | - |
| YUV | 221.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 243 | 0.16 | 0.07 | 0 | 0.05 | 208.42 | 0.61 | 0.88 |
| Hex | CD | E1 | F3 | 10 | 7 | 0 | 5 | D0 | 3D | 58 |
| Octal | 315 | 341 | 363 | 20 | 7 | 0 | 5 | 320 | 75 | 130 |
| Binary | 11001101 | 11100001 | 11110011 | 10000 | 111 | 0 | 101 | 11010000 | 111101 | 1011000 |
Color Harmonies of #CDE1F3
Complementary color
Monochromatic Colors of #CDE1F3
Black with #CDE1F3
Text Example
Text Example
White with #CDE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1F3; }
p { color: rgb(205,225,243); }
H1.HeaderClassName
{
color: #CDE1F3;
}
.AnyTagClassName
{
color: #CDE1F3;
}
</style>
background-color css
<style>
a { background-color: #CDE1F3; }
a { background-color: rgb(205,225,243); }
div.DivClassName
{
background-color: #CDE1F3;
}
.BgClassName
{
background-color: #CDE1F3;
}
</style>
border-color css
<style>
span { border-color: #CDE1F3; }
span { border-color: rgb(205,225,243); }
td.TdClassName
{
border-color: #CDE1F3;
}
.TagClassName
{
border-color: #CDE1F3;
}
</style>