Shades of Pattens Blue #DCEEF6
Tints of Pattens Blue #DCEEF6
RGB
CMYK
RGB Variations
Color information
#DCEEF6 (or 0xDCEEF6) is known color: Pattens Blue. HEX triplet: DC, EE and F6. RGB value is (220,238,246). Sum of RGB (Red+Green+Blue) = 220+238+246=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF6 is #231109. Grayscale: #E9E9E9. Windows color (decimal): -2298122 or 16183004. OLE color: 16183004.
HSL color Cylindrical-coordinate representation of color #DCEEF6: hue angle of 198.46º 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 #DCEEF6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 238 | 246 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.04 |
| HSL | 198.46º | 0.59% | 0.91% | - |
| HSV(B) | 198.46º | 0.11% | 0.96% | - |
| XYZ | 76.72 | 83.02 | 99.17 | - |
| YUV | 233.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 246 | 0.11 | 0.03 | 0 | 0.04 | 198.46 | 0.59 | 0.91 |
| Hex | DC | EE | F6 | B | 3 | 0 | 4 | C6 | 3B | 5B |
| Octal | 334 | 356 | 366 | 13 | 3 | 0 | 4 | 306 | 73 | 133 |
| Binary | 11011100 | 11101110 | 11110110 | 1011 | 11 | 0 | 100 | 11000110 | 111011 | 1011011 |
Color Harmonies of #DCEEF6
Complementary color
Monochromatic Colors of #DCEEF6
Black with #DCEEF6
Text Example
Text Example
White with #DCEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEF6; }
p { color: rgb(220,238,246); }
H1.HeaderClassName
{
color: #DCEEF6;
}
.AnyTagClassName
{
color: #DCEEF6;
}
</style>
background-color css
<style>
a { background-color: #DCEEF6; }
a { background-color: rgb(220,238,246); }
div.DivClassName
{
background-color: #DCEEF6;
}
.BgClassName
{
background-color: #DCEEF6;
}
</style>
border-color css
<style>
span { border-color: #DCEEF6; }
span { border-color: rgb(220,238,246); }
td.TdClassName
{
border-color: #DCEEF6;
}
.TagClassName
{
border-color: #DCEEF6;
}
</style>