Shades of Pattens Blue #CDE8F2
Tints of Pattens Blue #CDE8F2
RGB
CMYK
RGB Variations
Color information
#CDE8F2 (or 0xCDE8F2) is known color: Pattens Blue. HEX triplet: CD, E8 and F2. RGB value is (205,232,242). Sum of RGB (Red+Green+Blue) = 205+232+242=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE8F2 is #32170D. Grayscale: #E1E1E1. Windows color (decimal): -3282702 or 15919309. OLE color: 15919309.
HSL color Cylindrical-coordinate representation of color #CDE8F2: hue angle of 196.22º 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 #CDE8F2 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 232 | 242 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.05 |
| HSL | 196.22º | 0.59% | 0.88% | - |
| HSV(B) | 196.22º | 0.15% | 0.95% | - |
| XYZ | 70.06 | 77.1 | 95.19 | - |
| YUV | 225.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 242 | 0.15 | 0.04 | 0 | 0.05 | 196.22 | 0.59 | 0.88 |
| Hex | CD | E8 | F2 | F | 4 | 0 | 5 | C4 | 3B | 58 |
| Octal | 315 | 350 | 362 | 17 | 4 | 0 | 5 | 304 | 73 | 130 |
| Binary | 11001101 | 11101000 | 11110010 | 1111 | 100 | 0 | 101 | 11000100 | 111011 | 1011000 |
Color Harmonies of #CDE8F2
Complementary color
Monochromatic Colors of #CDE8F2
Black with #CDE8F2
Text Example
Text Example
White with #CDE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8F2; }
p { color: rgb(205,232,242); }
H1.HeaderClassName
{
color: #CDE8F2;
}
.AnyTagClassName
{
color: #CDE8F2;
}
</style>
background-color css
<style>
a { background-color: #CDE8F2; }
a { background-color: rgb(205,232,242); }
div.DivClassName
{
background-color: #CDE8F2;
}
.BgClassName
{
background-color: #CDE8F2;
}
</style>
border-color css
<style>
span { border-color: #CDE8F2; }
span { border-color: rgb(205,232,242); }
td.TdClassName
{
border-color: #CDE8F2;
}
.TagClassName
{
border-color: #CDE8F2;
}
</style>