Shades of Pattens Blue #CDE6F6
Tints of Pattens Blue #CDE6F6
RGB
CMYK
RGB Variations
Color information
#CDE6F6 (or 0xCDE6F6) is known color: Pattens Blue. HEX triplet: CD, E6 and F6. RGB value is (205,230,246). Sum of RGB (Red+Green+Blue) = 205+230+246=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDE6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6F6 is #321909. Grayscale: #E0E0E0. Windows color (decimal): -3283210 or 16180941. OLE color: 16180941.
HSL color Cylindrical-coordinate representation of color #CDE6F6: hue angle of 203.41º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE6F6 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 230 | 246 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.04 |
| HSL | 203.41º | 0.69% | 0.88% | - |
| HSV(B) | 203.41º | 0.17% | 0.96% | - |
| XYZ | 70.11 | 76.23 | 98.21 | - |
| YUV | 224.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 246 | 0.17 | 0.07 | 0 | 0.04 | 203.41 | 0.69 | 0.88 |
| Hex | CD | E6 | F6 | 11 | 7 | 0 | 4 | CB | 45 | 58 |
| Octal | 315 | 346 | 366 | 21 | 7 | 0 | 4 | 313 | 105 | 130 |
| Binary | 11001101 | 11100110 | 11110110 | 10001 | 111 | 0 | 100 | 11001011 | 1000101 | 1011000 |
Color Harmonies of #CDE6F6
Complementary color
Monochromatic Colors of #CDE6F6
Black with #CDE6F6
Text Example
Text Example
White with #CDE6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6F6; }
p { color: rgb(205,230,246); }
H1.HeaderClassName
{
color: #CDE6F6;
}
.AnyTagClassName
{
color: #CDE6F6;
}
</style>
background-color css
<style>
a { background-color: #CDE6F6; }
a { background-color: rgb(205,230,246); }
div.DivClassName
{
background-color: #CDE6F6;
}
.BgClassName
{
background-color: #CDE6F6;
}
</style>
border-color css
<style>
span { border-color: #CDE6F6; }
span { border-color: rgb(205,230,246); }
td.TdClassName
{
border-color: #CDE6F6;
}
.TagClassName
{
border-color: #CDE6F6;
}
</style>