Shades of Pattens Blue #CDE2F1
Tints of Pattens Blue #CDE2F1
RGB
CMYK
RGB Variations
Color information
#CDE2F1 (or 0xCDE2F1) is known color: Pattens Blue. HEX triplet: CD, E2 and F1. RGB value is (205,226,241). Sum of RGB (Red+Green+Blue) = 205+226+241=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2F1 is #321D0E. Grayscale: #DDDDDD. Windows color (decimal): -3284239 or 15852237. OLE color: 15852237.
HSL color Cylindrical-coordinate representation of color #CDE2F1: hue angle of 205º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE2F1 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 226 | 241 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.05 |
| HSL | 205º | 0.56% | 0.87% | - |
| HSV(B) | 205º | 0.15% | 0.95% | - |
| XYZ | 68.25 | 73.72 | 93.85 | - |
| YUV | 221.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 241 | 0.15 | 0.06 | 0 | 0.05 | 205 | 0.56 | 0.87 |
| Hex | CD | E2 | F1 | F | 6 | 0 | 5 | CD | 38 | 57 |
| Octal | 315 | 342 | 361 | 17 | 6 | 0 | 5 | 315 | 70 | 127 |
| Binary | 11001101 | 11100010 | 11110001 | 1111 | 110 | 0 | 101 | 11001101 | 111000 | 1010111 |
Color Harmonies of #CDE2F1
Complementary color
Monochromatic Colors of #CDE2F1
Black with #CDE2F1
Text Example
Text Example
White with #CDE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2F1; }
p { color: rgb(205,226,241); }
H1.HeaderClassName
{
color: #CDE2F1;
}
.AnyTagClassName
{
color: #CDE2F1;
}
</style>
background-color css
<style>
a { background-color: #CDE2F1; }
a { background-color: rgb(205,226,241); }
div.DivClassName
{
background-color: #CDE2F1;
}
.BgClassName
{
background-color: #CDE2F1;
}
</style>
border-color css
<style>
span { border-color: #CDE2F1; }
span { border-color: rgb(205,226,241); }
td.TdClassName
{
border-color: #CDE2F1;
}
.TagClassName
{
border-color: #CDE2F1;
}
</style>