Shades of Pattens Blue #CDE1F2
Tints of Pattens Blue #CDE1F2
RGB
CMYK
RGB Variations
Color information
#CDE1F2 (or 0xCDE1F2) is known color: Pattens Blue. HEX triplet: CD, E1 and F2. RGB value is (205,225,242). Sum of RGB (Red+Green+Blue) = 205+225+242=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1F2 is #321E0D. Grayscale: #DCDCDC. Windows color (decimal): -3284494 or 15917517. OLE color: 15917517.
HSL color Cylindrical-coordinate representation of color #CDE1F2: hue angle of 207.57º 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 #CDE1F2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 225 | 242 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 207.57º | 0.59% | 0.88% | - |
| HSV(B) | 207.57º | 0.15% | 0.95% | - |
| XYZ | 68.13 | 73.24 | 94.55 | - |
| YUV | 220.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 242 | 0.15 | 0.07 | 0 | 0.05 | 207.57 | 0.59 | 0.88 |
| Hex | CD | E1 | F2 | F | 7 | 0 | 5 | D0 | 3B | 58 |
| Octal | 315 | 341 | 362 | 17 | 7 | 0 | 5 | 320 | 73 | 130 |
| Binary | 11001101 | 11100001 | 11110010 | 1111 | 111 | 0 | 101 | 11010000 | 111011 | 1011000 |
Color Harmonies of #CDE1F2
Complementary color
Monochromatic Colors of #CDE1F2
Black with #CDE1F2
Text Example
Text Example
White with #CDE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1F2; }
p { color: rgb(205,225,242); }
H1.HeaderClassName
{
color: #CDE1F2;
}
.AnyTagClassName
{
color: #CDE1F2;
}
</style>
background-color css
<style>
a { background-color: #CDE1F2; }
a { background-color: rgb(205,225,242); }
div.DivClassName
{
background-color: #CDE1F2;
}
.BgClassName
{
background-color: #CDE1F2;
}
</style>
border-color css
<style>
span { border-color: #CDE1F2; }
span { border-color: rgb(205,225,242); }
td.TdClassName
{
border-color: #CDE1F2;
}
.TagClassName
{
border-color: #CDE1F2;
}
</style>