Shades of Pattens Blue #CDE7F2
Tints of Pattens Blue #CDE7F2
RGB
CMYK
RGB Variations
Color information
#CDE7F2 (or 0xCDE7F2) is known color: Pattens Blue. HEX triplet: CD, E7 and F2. RGB value is (205,231,242). Sum of RGB (Red+Green+Blue) = 205+231+242=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7F2 is #32180D. Grayscale: #E0E0E0. Windows color (decimal): -3282958 or 15919053. OLE color: 15919053.
HSL color Cylindrical-coordinate representation of color #CDE7F2: hue angle of 197.84º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE7F2 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 231 | 242 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.05 |
| HSL | 197.84º | 0.59% | 0.88% | - |
| HSV(B) | 197.84º | 0.15% | 0.95% | - |
| XYZ | 69.78 | 76.54 | 95.1 | - |
| YUV | 224.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 242 | 0.15 | 0.05 | 0 | 0.05 | 197.84 | 0.59 | 0.88 |
| Hex | CD | E7 | F2 | F | 5 | 0 | 5 | C6 | 3B | 58 |
| Octal | 315 | 347 | 362 | 17 | 5 | 0 | 5 | 306 | 73 | 130 |
| Binary | 11001101 | 11100111 | 11110010 | 1111 | 101 | 0 | 101 | 11000110 | 111011 | 1011000 |
Color Harmonies of #CDE7F2
Complementary color
Monochromatic Colors of #CDE7F2
Black with #CDE7F2
Text Example
Text Example
White with #CDE7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7F2; }
p { color: rgb(205,231,242); }
H1.HeaderClassName
{
color: #CDE7F2;
}
.AnyTagClassName
{
color: #CDE7F2;
}
</style>
background-color css
<style>
a { background-color: #CDE7F2; }
a { background-color: rgb(205,231,242); }
div.DivClassName
{
background-color: #CDE7F2;
}
.BgClassName
{
background-color: #CDE7F2;
}
</style>
border-color css
<style>
span { border-color: #CDE7F2; }
span { border-color: rgb(205,231,242); }
td.TdClassName
{
border-color: #CDE7F2;
}
.TagClassName
{
border-color: #CDE7F2;
}
</style>