Shades of Pattens Blue #CDE0F2
Tints of Pattens Blue #CDE0F2
RGB
CMYK
RGB Variations
Color information
#CDE0F2 (or 0xCDE0F2) is known color: Pattens Blue. HEX triplet: CD, E0 and F2. RGB value is (205,224,242). Sum of RGB (Red+Green+Blue) = 205+224+242=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0F2 is #321F0D. Grayscale: #DCDCDC. Windows color (decimal): -3284750 or 15917261. OLE color: 15917261.
HSL color Cylindrical-coordinate representation of color #CDE0F2: hue angle of 209.19º 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 #CDE0F2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 224 | 242 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 209.19º | 0.59% | 0.88% | - |
| HSV(B) | 209.19º | 0.15% | 0.95% | - |
| XYZ | 67.86 | 72.7 | 94.46 | - |
| YUV | 220.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 242 | 0.15 | 0.07 | 0 | 0.05 | 209.19 | 0.59 | 0.88 |
| Hex | CD | E0 | F2 | F | 7 | 0 | 5 | D1 | 3B | 58 |
| Octal | 315 | 340 | 362 | 17 | 7 | 0 | 5 | 321 | 73 | 130 |
| Binary | 11001101 | 11100000 | 11110010 | 1111 | 111 | 0 | 101 | 11010001 | 111011 | 1011000 |
Color Harmonies of #CDE0F2
Complementary color
Monochromatic Colors of #CDE0F2
Black with #CDE0F2
Text Example
Text Example
White with #CDE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0F2; }
p { color: rgb(205,224,242); }
H1.HeaderClassName
{
color: #CDE0F2;
}
.AnyTagClassName
{
color: #CDE0F2;
}
</style>
background-color css
<style>
a { background-color: #CDE0F2; }
a { background-color: rgb(205,224,242); }
div.DivClassName
{
background-color: #CDE0F2;
}
.BgClassName
{
background-color: #CDE0F2;
}
</style>
border-color css
<style>
span { border-color: #CDE0F2; }
span { border-color: rgb(205,224,242); }
td.TdClassName
{
border-color: #CDE0F2;
}
.TagClassName
{
border-color: #CDE0F2;
}
</style>