Shades of Pattens Blue #DCEEF2
Tints of Pattens Blue #DCEEF2
RGB
CMYK
RGB Variations
Color information
#DCEEF2 (or 0xDCEEF2) is known color: Pattens Blue. HEX triplet: DC, EE and F2. RGB value is (220,238,242). Sum of RGB (Red+Green+Blue) = 220+238+242=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF2 is #23110D. Grayscale: #E9E9E9. Windows color (decimal): -2298126 or 15920860. OLE color: 15920860.
HSL color Cylindrical-coordinate representation of color #DCEEF2: hue angle of 190.91º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEEF2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 238 | 242 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.05 |
| HSL | 190.91º | 0.46% | 0.91% | - |
| HSV(B) | 190.91º | 0.09% | 0.95% | - |
| XYZ | 76.12 | 82.78 | 95.97 | - |
| YUV | 233.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 242 | 0.09 | 0.02 | 0 | 0.05 | 190.91 | 0.46 | 0.91 |
| Hex | DC | EE | F2 | 9 | 2 | 0 | 5 | BF | 2E | 5B |
| Octal | 334 | 356 | 362 | 11 | 2 | 0 | 5 | 277 | 56 | 133 |
| Binary | 11011100 | 11101110 | 11110010 | 1001 | 10 | 0 | 101 | 10111111 | 101110 | 1011011 |
Color Harmonies of #DCEEF2
Complementary color
Monochromatic Colors of #DCEEF2
Black with #DCEEF2
Text Example
Text Example
White with #DCEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEF2; }
p { color: rgb(220,238,242); }
H1.HeaderClassName
{
color: #DCEEF2;
}
.AnyTagClassName
{
color: #DCEEF2;
}
</style>
background-color css
<style>
a { background-color: #DCEEF2; }
a { background-color: rgb(220,238,242); }
div.DivClassName
{
background-color: #DCEEF2;
}
.BgClassName
{
background-color: #DCEEF2;
}
</style>
border-color css
<style>
span { border-color: #DCEEF2; }
span { border-color: rgb(220,238,242); }
td.TdClassName
{
border-color: #DCEEF2;
}
.TagClassName
{
border-color: #DCEEF2;
}
</style>