Shades of Pattens Blue #DCF2FC
Tints of Pattens Blue #DCF2FC
RGB
CMYK
RGB Variations
Color information
#DCF2FC (or 0xDCF2FC) is known color: Pattens Blue. HEX triplet: DC, F2 and FC. RGB value is (220,242,252). Sum of RGB (Red+Green+Blue) = 220+242+252=714 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.81% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2FC is #230D03. Grayscale: #ECECEC. Windows color (decimal): -2297092 or 16577244. OLE color: 16577244.
HSL color Cylindrical-coordinate representation of color #DCF2FC: hue angle of 198.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF2FC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 242 | 252 | - |
CMYK | 0.13 | 0.04 | 0 | 0.01 |
HSL | 198.75º | 0.84% | 0.93% | - |
HSV(B) | 198.75º | 0.13% | 0.99% | - |
XYZ | 78.84 | 85.75 | 104.49 | - |
YUV | 236.56 | 136.71 | 116.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 242 | 252 | 0.13 | 0.04 | 0 | 0.01 | 198.75 | 0.84 | 0.93 |
Hex | DC | F2 | FC | D | 4 | 0 | 1 | C7 | 54 | 5D |
Octal | 334 | 362 | 374 | 15 | 4 | 0 | 1 | 307 | 124 | 135 |
Binary | 11011100 | 11110010 | 11111100 | 1101 | 100 | 0 | 1 | 11000111 | 1010100 | 1011101 |
Color Harmonies of #DCF2FC
Complementary color
Monochromatic Colors of #DCF2FC
Black with #DCF2FC
Text Example
Text Example
White with #DCF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2FC; }
p { color: rgb(220,242,252); }
H1.HeaderClassName
{
color: #DCF2FC;
}
.AnyTagClassName
{
color: #DCF2FC;
}
</style>
background-color css
<style>
a { background-color: #DCF2FC; }
a { background-color: rgb(220,242,252); }
div.DivClassName
{
background-color: #DCF2FC;
}
.BgClassName
{
background-color: #DCF2FC;
}
</style>
border-color css
<style>
span { border-color: #DCF2FC; }
span { border-color: rgb(220,242,252); }
td.TdClassName
{
border-color: #DCF2FC;
}
.TagClassName
{
border-color: #DCF2FC;
}
</style>