Shades of Pattens Blue #CDE1F8
Tints of Pattens Blue #CDE1F8
RGB
CMYK
RGB Variations
Color information
#CDE1F8 (or 0xCDE1F8) is known color: Pattens Blue. HEX triplet: CD, E1 and F8. RGB value is (205,225,248). Sum of RGB (Red+Green+Blue) = 205+225+248=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDE1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1F8 is #321E07. Grayscale: #DDDDDD. Windows color (decimal): -3284488 or 16310733. OLE color: 16310733.
HSL color Cylindrical-coordinate representation of color #CDE1F8: hue angle of 212.09º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE1F8 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 225 | 248 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.03 |
| HSL | 212.09º | 0.75% | 0.89% | - |
| HSV(B) | 212.09º | 0.17% | 0.97% | - |
| XYZ | 69.05 | 73.61 | 99.38 | - |
| YUV | 221.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 248 | 0.17 | 0.09 | 0 | 0.03 | 212.09 | 0.75 | 0.89 |
| Hex | CD | E1 | F8 | 11 | 9 | 0 | 3 | D4 | 4B | 59 |
| Octal | 315 | 341 | 370 | 21 | 11 | 0 | 3 | 324 | 113 | 131 |
| Binary | 11001101 | 11100001 | 11111000 | 10001 | 1001 | 0 | 11 | 11010100 | 1001011 | 1011001 |
Color Harmonies of #CDE1F8
Complementary color
Monochromatic Colors of #CDE1F8
Black with #CDE1F8
Text Example
Text Example
White with #CDE1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1F8; }
p { color: rgb(205,225,248); }
H1.HeaderClassName
{
color: #CDE1F8;
}
.AnyTagClassName
{
color: #CDE1F8;
}
</style>
background-color css
<style>
a { background-color: #CDE1F8; }
a { background-color: rgb(205,225,248); }
div.DivClassName
{
background-color: #CDE1F8;
}
.BgClassName
{
background-color: #CDE1F8;
}
</style>
border-color css
<style>
span { border-color: #CDE1F8; }
span { border-color: rgb(205,225,248); }
td.TdClassName
{
border-color: #CDE1F8;
}
.TagClassName
{
border-color: #CDE1F8;
}
</style>