Shades of Pattens Blue #CDE1F1
Tints of Pattens Blue #CDE1F1
RGB
CMYK
RGB Variations
Color information
#CDE1F1 (or 0xCDE1F1) is known color: Pattens Blue. HEX triplet: CD, E1 and F1. RGB value is (205,225,241). Sum of RGB (Red+Green+Blue) = 205+225+241=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1F1 is #321E0E. Grayscale: #DCDCDC. Windows color (decimal): -3284495 or 15851981. OLE color: 15851981.
HSL color Cylindrical-coordinate representation of color #CDE1F1: hue angle of 206.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE1F1 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 225 | 241 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 206.67º | 0.56% | 0.87% | - |
| HSV(B) | 206.67º | 0.15% | 0.95% | - |
| XYZ | 67.98 | 73.18 | 93.76 | - |
| YUV | 220.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 241 | 0.15 | 0.07 | 0 | 0.05 | 206.67 | 0.56 | 0.87 |
| Hex | CD | E1 | F1 | F | 7 | 0 | 5 | CF | 38 | 57 |
| Octal | 315 | 341 | 361 | 17 | 7 | 0 | 5 | 317 | 70 | 127 |
| Binary | 11001101 | 11100001 | 11110001 | 1111 | 111 | 0 | 101 | 11001111 | 111000 | 1010111 |
Color Harmonies of #CDE1F1
Complementary color
Monochromatic Colors of #CDE1F1
Black with #CDE1F1
Text Example
Text Example
White with #CDE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1F1; }
p { color: rgb(205,225,241); }
H1.HeaderClassName
{
color: #CDE1F1;
}
.AnyTagClassName
{
color: #CDE1F1;
}
</style>
background-color css
<style>
a { background-color: #CDE1F1; }
a { background-color: rgb(205,225,241); }
div.DivClassName
{
background-color: #CDE1F1;
}
.BgClassName
{
background-color: #CDE1F1;
}
</style>
border-color css
<style>
span { border-color: #CDE1F1; }
span { border-color: rgb(205,225,241); }
td.TdClassName
{
border-color: #CDE1F1;
}
.TagClassName
{
border-color: #CDE1F1;
}
</style>