Shades of Pattens Blue #CDE7F1
Tints of Pattens Blue #CDE7F1
RGB
CMYK
RGB Variations
Color information
#CDE7F1 (or 0xCDE7F1) is known color: Pattens Blue. HEX triplet: CD, E7 and F1. RGB value is (205,231,241). Sum of RGB (Red+Green+Blue) = 205+231+241=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7F1 is #32180E. Grayscale: #E0E0E0. Windows color (decimal): -3282959 or 15853517. OLE color: 15853517.
HSL color Cylindrical-coordinate representation of color #CDE7F1: hue angle of 196.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 #CDE7F1 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 231 | 241 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.05 |
| HSL | 196.67º | 0.56% | 0.87% | - |
| HSV(B) | 196.67º | 0.15% | 0.95% | - |
| XYZ | 69.63 | 76.48 | 94.31 | - |
| YUV | 224.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 241 | 0.15 | 0.04 | 0 | 0.05 | 196.67 | 0.56 | 0.87 |
| Hex | CD | E7 | F1 | F | 4 | 0 | 5 | C5 | 38 | 57 |
| Octal | 315 | 347 | 361 | 17 | 4 | 0 | 5 | 305 | 70 | 127 |
| Binary | 11001101 | 11100111 | 11110001 | 1111 | 100 | 0 | 101 | 11000101 | 111000 | 1010111 |
Color Harmonies of #CDE7F1
Complementary color
Monochromatic Colors of #CDE7F1
Black with #CDE7F1
Text Example
Text Example
White with #CDE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7F1; }
p { color: rgb(205,231,241); }
H1.HeaderClassName
{
color: #CDE7F1;
}
.AnyTagClassName
{
color: #CDE7F1;
}
</style>
background-color css
<style>
a { background-color: #CDE7F1; }
a { background-color: rgb(205,231,241); }
div.DivClassName
{
background-color: #CDE7F1;
}
.BgClassName
{
background-color: #CDE7F1;
}
</style>
border-color css
<style>
span { border-color: #CDE7F1; }
span { border-color: rgb(205,231,241); }
td.TdClassName
{
border-color: #CDE7F1;
}
.TagClassName
{
border-color: #CDE7F1;
}
</style>