Shades of Pattens Blue #CDE5F6
Tints of Pattens Blue #CDE5F6
RGB
CMYK
RGB Variations
Color information
#CDE5F6 (or 0xCDE5F6) is known color: Pattens Blue. HEX triplet: CD, E5 and F6. RGB value is (205,229,246). Sum of RGB (Red+Green+Blue) = 205+229+246=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDE5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5F6 is #321A09. Grayscale: #DFDFDF. Windows color (decimal): -3283466 or 16180685. OLE color: 16180685.
HSL color Cylindrical-coordinate representation of color #CDE5F6: hue angle of 204.88º 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 #CDE5F6 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 229 | 246 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.04 |
| HSL | 204.88º | 0.69% | 0.88% | - |
| HSV(B) | 204.88º | 0.17% | 0.96% | - |
| XYZ | 69.83 | 75.67 | 98.11 | - |
| YUV | 223.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 246 | 0.17 | 0.07 | 0 | 0.04 | 204.88 | 0.69 | 0.88 |
| Hex | CD | E5 | F6 | 11 | 7 | 0 | 4 | CD | 45 | 58 |
| Octal | 315 | 345 | 366 | 21 | 7 | 0 | 4 | 315 | 105 | 130 |
| Binary | 11001101 | 11100101 | 11110110 | 10001 | 111 | 0 | 100 | 11001101 | 1000101 | 1011000 |
Color Harmonies of #CDE5F6
Complementary color
Monochromatic Colors of #CDE5F6
Black with #CDE5F6
Text Example
Text Example
White with #CDE5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5F6; }
p { color: rgb(205,229,246); }
H1.HeaderClassName
{
color: #CDE5F6;
}
.AnyTagClassName
{
color: #CDE5F6;
}
</style>
background-color css
<style>
a { background-color: #CDE5F6; }
a { background-color: rgb(205,229,246); }
div.DivClassName
{
background-color: #CDE5F6;
}
.BgClassName
{
background-color: #CDE5F6;
}
</style>
border-color css
<style>
span { border-color: #CDE5F6; }
span { border-color: rgb(205,229,246); }
td.TdClassName
{
border-color: #CDE5F6;
}
.TagClassName
{
border-color: #CDE5F6;
}
</style>