Shades of Pattens Blue #DCF1FE
Tints of Pattens Blue #DCF1FE
RGB
CMYK
RGB Variations
Color information
#DCF1FE (or 0xDCF1FE) is known color: Pattens Blue. HEX triplet: DC, F1 and FE. RGB value is (220,241,254). Sum of RGB (Red+Green+Blue) = 220+241+254=715 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.77% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1FE is #230E01. Grayscale: #ECECEC. Windows color (decimal): -2297346 or 16708060. OLE color: 16708060.
HSL color Cylindrical-coordinate representation of color #DCF1FE: hue angle of 202.94º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF1FE is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 241 | 254 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.00 |
| HSL | 202.94º | 0.94% | 0.93% | - |
| HSV(B) | 202.94º | 0.13% | 1% | - |
| XYZ | 78.86 | 85.28 | 106.07 | - |
| YUV | 236.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 254 | 0.13 | 0.05 | 0 | 0.00 | 202.94 | 0.94 | 0.93 |
| Hex | DC | F1 | FE | D | 5 | 0 | 0 | CB | 5E | 5D |
| Octal | 334 | 361 | 376 | 15 | 5 | 0 | 0 | 313 | 136 | 135 |
| Binary | 11011100 | 11110001 | 11111110 | 1101 | 101 | 0 | 0 | 11001011 | 1011110 | 1011101 |
Color Harmonies of #DCF1FE
Complementary color
Monochromatic Colors of #DCF1FE
Black with #DCF1FE
Text Example
Text Example
White with #DCF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1FE; }
p { color: rgb(220,241,254); }
H1.HeaderClassName
{
color: #DCF1FE;
}
.AnyTagClassName
{
color: #DCF1FE;
}
</style>
background-color css
<style>
a { background-color: #DCF1FE; }
a { background-color: rgb(220,241,254); }
div.DivClassName
{
background-color: #DCF1FE;
}
.BgClassName
{
background-color: #DCF1FE;
}
</style>
border-color css
<style>
span { border-color: #DCF1FE; }
span { border-color: rgb(220,241,254); }
td.TdClassName
{
border-color: #DCF1FE;
}
.TagClassName
{
border-color: #DCF1FE;
}
</style>