Shades of Pattens Blue #CDE7FC
Tints of Pattens Blue #CDE7FC
RGB
CMYK
RGB Variations
Color information
#CDE7FC (or 0xCDE7FC) is known color: Pattens Blue. HEX triplet: CD, E7 and FC. RGB value is (205,231,252). Sum of RGB (Red+Green+Blue) = 205+231+252=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7FC is #321803. Grayscale: #E1E1E1. Windows color (decimal): -3282948 or 16574413. OLE color: 16574413.
HSL color Cylindrical-coordinate representation of color #CDE7FC: hue angle of 206.81º 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 #CDE7FC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 231 | 252 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.01 |
| HSL | 206.81º | 0.89% | 0.9% | - |
| HSV(B) | 206.81º | 0.19% | 0.99% | - |
| XYZ | 71.32 | 77.16 | 103.23 | - |
| YUV | 225.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 252 | 0.19 | 0.08 | 0 | 0.01 | 206.81 | 0.89 | 0.9 |
| Hex | CD | E7 | FC | 13 | 8 | 0 | 1 | CF | 59 | 5A |
| Octal | 315 | 347 | 374 | 23 | 10 | 0 | 1 | 317 | 131 | 132 |
| Binary | 11001101 | 11100111 | 11111100 | 10011 | 1000 | 0 | 1 | 11001111 | 1011001 | 1011010 |
Color Harmonies of #CDE7FC
Complementary color
Monochromatic Colors of #CDE7FC
Black with #CDE7FC
Text Example
Text Example
White with #CDE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7FC; }
p { color: rgb(205,231,252); }
H1.HeaderClassName
{
color: #CDE7FC;
}
.AnyTagClassName
{
color: #CDE7FC;
}
</style>
background-color css
<style>
a { background-color: #CDE7FC; }
a { background-color: rgb(205,231,252); }
div.DivClassName
{
background-color: #CDE7FC;
}
.BgClassName
{
background-color: #CDE7FC;
}
</style>
border-color css
<style>
span { border-color: #CDE7FC; }
span { border-color: rgb(205,231,252); }
td.TdClassName
{
border-color: #CDE7FC;
}
.TagClassName
{
border-color: #CDE7FC;
}
</style>