Shades of Pattens Blue #DCEEF3
Tints of Pattens Blue #DCEEF3
RGB
CMYK
RGB Variations
Color information
#DCEEF3 (or 0xDCEEF3) is known color: Pattens Blue. HEX triplet: DC, EE and F3. RGB value is (220,238,243). Sum of RGB (Red+Green+Blue) = 220+238+243=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF3 is #23110C. Grayscale: #E9E9E9. Windows color (decimal): -2298125 or 15986396. OLE color: 15986396.
HSL color Cylindrical-coordinate representation of color #DCEEF3: hue angle of 193.04º degrees, saturation: 0.49, 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 #DCEEF3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 238 | 243 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.05 |
| HSL | 193.04º | 0.49% | 0.91% | - |
| HSV(B) | 193.04º | 0.09% | 0.95% | - |
| XYZ | 76.27 | 82.84 | 96.76 | - |
| YUV | 233.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 243 | 0.09 | 0.02 | 0 | 0.05 | 193.04 | 0.49 | 0.91 |
| Hex | DC | EE | F3 | 9 | 2 | 0 | 5 | C1 | 31 | 5B |
| Octal | 334 | 356 | 363 | 11 | 2 | 0 | 5 | 301 | 61 | 133 |
| Binary | 11011100 | 11101110 | 11110011 | 1001 | 10 | 0 | 101 | 11000001 | 110001 | 1011011 |
Color Harmonies of #DCEEF3
Complementary color
Monochromatic Colors of #DCEEF3
Black with #DCEEF3
Text Example
Text Example
White with #DCEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEF3; }
p { color: rgb(220,238,243); }
H1.HeaderClassName
{
color: #DCEEF3;
}
.AnyTagClassName
{
color: #DCEEF3;
}
</style>
background-color css
<style>
a { background-color: #DCEEF3; }
a { background-color: rgb(220,238,243); }
div.DivClassName
{
background-color: #DCEEF3;
}
.BgClassName
{
background-color: #DCEEF3;
}
</style>
border-color css
<style>
span { border-color: #DCEEF3; }
span { border-color: rgb(220,238,243); }
td.TdClassName
{
border-color: #DCEEF3;
}
.TagClassName
{
border-color: #DCEEF3;
}
</style>