Shades of Pattens Blue #CDE5FC
Tints of Pattens Blue #CDE5FC
RGB
CMYK
RGB Variations
Color information
#CDE5FC (or 0xCDE5FC) is known color: Pattens Blue. HEX triplet: CD, E5 and FC. RGB value is (205,229,252). Sum of RGB (Red+Green+Blue) = 205+229+252=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5FC is #321A03. Grayscale: #E0E0E0. Windows color (decimal): -3283460 or 16573901. OLE color: 16573901.
HSL color Cylindrical-coordinate representation of color #CDE5FC: hue angle of 209.36º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE5FC is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 229 | 252 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.01 |
| HSL | 209.36º | 0.89% | 0.9% | - |
| HSV(B) | 209.36º | 0.19% | 0.99% | - |
| XYZ | 70.77 | 76.05 | 103.04 | - |
| YUV | 224.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 252 | 0.19 | 0.09 | 0 | 0.01 | 209.36 | 0.89 | 0.9 |
| Hex | CD | E5 | FC | 13 | 9 | 0 | 1 | D1 | 59 | 5A |
| Octal | 315 | 345 | 374 | 23 | 11 | 0 | 1 | 321 | 131 | 132 |
| Binary | 11001101 | 11100101 | 11111100 | 10011 | 1001 | 0 | 1 | 11010001 | 1011001 | 1011010 |
Color Harmonies of #CDE5FC
Complementary color
Monochromatic Colors of #CDE5FC
Black with #CDE5FC
Text Example
Text Example
White with #CDE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5FC; }
p { color: rgb(205,229,252); }
H1.HeaderClassName
{
color: #CDE5FC;
}
.AnyTagClassName
{
color: #CDE5FC;
}
</style>
background-color css
<style>
a { background-color: #CDE5FC; }
a { background-color: rgb(205,229,252); }
div.DivClassName
{
background-color: #CDE5FC;
}
.BgClassName
{
background-color: #CDE5FC;
}
</style>
border-color css
<style>
span { border-color: #CDE5FC; }
span { border-color: rgb(205,229,252); }
td.TdClassName
{
border-color: #CDE5FC;
}
.TagClassName
{
border-color: #CDE5FC;
}
</style>