Shades of Pattens Blue #CDE7F0
Tints of Pattens Blue #CDE7F0
RGB
CMYK
RGB Variations
Color information
#CDE7F0 (or 0xCDE7F0) is known color: Pattens Blue. HEX triplet: CD, E7 and F0. RGB value is (205,231,240). Sum of RGB (Red+Green+Blue) = 205+231+240=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDE7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7F0 is #32180F. Grayscale: #E0E0E0. Windows color (decimal): -3282960 or 15787981. OLE color: 15787981.
HSL color Cylindrical-coordinate representation of color #CDE7F0: hue angle of 195.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE7F0 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 231 | 240 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.06 |
| HSL | 195.43º | 0.54% | 0.87% | - |
| HSV(B) | 195.43º | 0.15% | 0.94% | - |
| XYZ | 69.48 | 76.42 | 93.53 | - |
| YUV | 224.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 240 | 0.15 | 0.04 | 0 | 0.06 | 195.43 | 0.54 | 0.87 |
| Hex | CD | E7 | F0 | F | 4 | 0 | 6 | C3 | 36 | 57 |
| Octal | 315 | 347 | 360 | 17 | 4 | 0 | 6 | 303 | 66 | 127 |
| Binary | 11001101 | 11100111 | 11110000 | 1111 | 100 | 0 | 110 | 11000011 | 110110 | 1010111 |
Color Harmonies of #CDE7F0
Complementary color
Monochromatic Colors of #CDE7F0
Black with #CDE7F0
Text Example
Text Example
White with #CDE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7F0; }
p { color: rgb(205,231,240); }
H1.HeaderClassName
{
color: #CDE7F0;
}
.AnyTagClassName
{
color: #CDE7F0;
}
</style>
background-color css
<style>
a { background-color: #CDE7F0; }
a { background-color: rgb(205,231,240); }
div.DivClassName
{
background-color: #CDE7F0;
}
.BgClassName
{
background-color: #CDE7F0;
}
</style>
border-color css
<style>
span { border-color: #CDE7F0; }
span { border-color: rgb(205,231,240); }
td.TdClassName
{
border-color: #CDE7F0;
}
.TagClassName
{
border-color: #CDE7F0;
}
</style>