Shades of Pattens Blue #DCEFF4
Tints of Pattens Blue #DCEFF4
RGB
CMYK
RGB Variations
Color information
#DCEFF4 (or 0xDCEFF4) is known color: Pattens Blue. HEX triplet: DC, EF and F4. RGB value is (220,239,244). Sum of RGB (Red+Green+Blue) = 220+239+244=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF4 is #23100B. Grayscale: #E9E9E9. Windows color (decimal): -2297868 or 16052188. OLE color: 16052188.
HSL color Cylindrical-coordinate representation of color #DCEFF4: hue angle of 192.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEFF4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 239 | 244 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.04 |
| HSL | 192.5º | 0.52% | 0.91% | - |
| HSV(B) | 192.5º | 0.1% | 0.96% | - |
| XYZ | 76.71 | 83.48 | 97.66 | - |
| YUV | 233.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 244 | 0.10 | 0.02 | 0 | 0.04 | 192.5 | 0.52 | 0.91 |
| Hex | DC | EF | F4 | A | 2 | 0 | 4 | C0 | 34 | 5B |
| Octal | 334 | 357 | 364 | 12 | 2 | 0 | 4 | 300 | 64 | 133 |
| Binary | 11011100 | 11101111 | 11110100 | 1010 | 10 | 0 | 100 | 11000000 | 110100 | 1011011 |
Color Harmonies of #DCEFF4
Complementary color
Monochromatic Colors of #DCEFF4
Black with #DCEFF4
Text Example
Text Example
White with #DCEFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFF4; }
p { color: rgb(220,239,244); }
H1.HeaderClassName
{
color: #DCEFF4;
}
.AnyTagClassName
{
color: #DCEFF4;
}
</style>
background-color css
<style>
a { background-color: #DCEFF4; }
a { background-color: rgb(220,239,244); }
div.DivClassName
{
background-color: #DCEFF4;
}
.BgClassName
{
background-color: #DCEFF4;
}
</style>
border-color css
<style>
span { border-color: #DCEFF4; }
span { border-color: rgb(220,239,244); }
td.TdClassName
{
border-color: #DCEFF4;
}
.TagClassName
{
border-color: #DCEFF4;
}
</style>