Shades of Pattens Blue #DCEEFD
Tints of Pattens Blue #DCEEFD
RGB
CMYK
RGB Variations
Color information
#DCEEFD (or 0xDCEEFD) is known color: Pattens Blue. HEX triplet: DC, EE and FD. RGB value is (220,238,253). Sum of RGB (Red+Green+Blue) = 220+238+253=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFD is #231102. Grayscale: #EAEAEA. Windows color (decimal): -2298115 or 16641756. OLE color: 16641756.
HSL color Cylindrical-coordinate representation of color #DCEEFD: hue angle of 207.27º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEEFD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 238 | 253 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.01 |
| HSL | 207.27º | 0.89% | 0.93% | - |
| HSV(B) | 207.27º | 0.13% | 0.99% | - |
| XYZ | 77.82 | 83.46 | 104.94 | - |
| YUV | 234.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 253 | 0.13 | 0.06 | 0 | 0.01 | 207.27 | 0.89 | 0.93 |
| Hex | DC | EE | FD | D | 6 | 0 | 1 | CF | 59 | 5D |
| Octal | 334 | 356 | 375 | 15 | 6 | 0 | 1 | 317 | 131 | 135 |
| Binary | 11011100 | 11101110 | 11111101 | 1101 | 110 | 0 | 1 | 11001111 | 1011001 | 1011101 |
Color Harmonies of #DCEEFD
Complementary color
Monochromatic Colors of #DCEEFD
Black with #DCEEFD
Text Example
Text Example
White with #DCEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEFD; }
p { color: rgb(220,238,253); }
H1.HeaderClassName
{
color: #DCEEFD;
}
.AnyTagClassName
{
color: #DCEEFD;
}
</style>
background-color css
<style>
a { background-color: #DCEEFD; }
a { background-color: rgb(220,238,253); }
div.DivClassName
{
background-color: #DCEEFD;
}
.BgClassName
{
background-color: #DCEEFD;
}
</style>
border-color css
<style>
span { border-color: #DCEEFD; }
span { border-color: rgb(220,238,253); }
td.TdClassName
{
border-color: #DCEEFD;
}
.TagClassName
{
border-color: #DCEEFD;
}
</style>