Shades of Pattens Blue #DCEFF6
Tints of Pattens Blue #DCEFF6
RGB
CMYK
RGB Variations
Color information
#DCEFF6 (or 0xDCEFF6) is known color: Pattens Blue. HEX triplet: DC, EF and F6. RGB value is (220,239,246). Sum of RGB (Red+Green+Blue) = 220+239+246=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF6 is #231009. Grayscale: #EAEAEA. Windows color (decimal): -2297866 or 16183260. OLE color: 16183260.
HSL color Cylindrical-coordinate representation of color #DCEFF6: hue angle of 196.15º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEFF6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 239 | 246 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.04 |
| HSL | 196.15º | 0.59% | 0.91% | - |
| HSV(B) | 196.15º | 0.11% | 0.96% | - |
| XYZ | 77.02 | 83.6 | 99.27 | - |
| YUV | 234.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 246 | 0.11 | 0.03 | 0 | 0.04 | 196.15 | 0.59 | 0.91 |
| Hex | DC | EF | F6 | B | 3 | 0 | 4 | C4 | 3B | 5B |
| Octal | 334 | 357 | 366 | 13 | 3 | 0 | 4 | 304 | 73 | 133 |
| Binary | 11011100 | 11101111 | 11110110 | 1011 | 11 | 0 | 100 | 11000100 | 111011 | 1011011 |
Color Harmonies of #DCEFF6
Complementary color
Monochromatic Colors of #DCEFF6
Black with #DCEFF6
Text Example
Text Example
White with #DCEFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFF6; }
p { color: rgb(220,239,246); }
H1.HeaderClassName
{
color: #DCEFF6;
}
.AnyTagClassName
{
color: #DCEFF6;
}
</style>
background-color css
<style>
a { background-color: #DCEFF6; }
a { background-color: rgb(220,239,246); }
div.DivClassName
{
background-color: #DCEFF6;
}
.BgClassName
{
background-color: #DCEFF6;
}
</style>
border-color css
<style>
span { border-color: #DCEFF6; }
span { border-color: rgb(220,239,246); }
td.TdClassName
{
border-color: #DCEFF6;
}
.TagClassName
{
border-color: #DCEFF6;
}
</style>