Shades of Pattens Blue #DCF2FA
Tints of Pattens Blue #DCF2FA
RGB
CMYK
RGB Variations
Color information
#DCF2FA (or 0xDCF2FA) is known color: Pattens Blue. HEX triplet: DC, F2 and FA. RGB value is (220,242,250). Sum of RGB (Red+Green+Blue) = 220+242+250=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2FA is #230D05. Grayscale: #ECECEC. Windows color (decimal): -2297094 or 16446172. OLE color: 16446172.
HSL color Cylindrical-coordinate representation of color #DCF2FA: hue angle of 196º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF2FA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 242 | 250 | - |
CMYK | 0.12 | 0.03 | 0 | 0.02 |
HSL | 196º | 0.75% | 0.92% | - |
HSV(B) | 196º | 0.12% | 0.98% | - |
XYZ | 78.52 | 85.62 | 102.83 | - |
YUV | 236.33 | 135.71 | 116.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 242 | 250 | 0.12 | 0.03 | 0 | 0.02 | 196 | 0.75 | 0.92 |
Hex | DC | F2 | FA | C | 3 | 0 | 2 | C4 | 4B | 5C |
Octal | 334 | 362 | 372 | 14 | 3 | 0 | 2 | 304 | 113 | 134 |
Binary | 11011100 | 11110010 | 11111010 | 1100 | 11 | 0 | 10 | 11000100 | 1001011 | 1011100 |
Color Harmonies of #DCF2FA
Complementary color
Monochromatic Colors of #DCF2FA
Black with #DCF2FA
Text Example
Text Example
White with #DCF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2FA; }
p { color: rgb(220,242,250); }
H1.HeaderClassName
{
color: #DCF2FA;
}
.AnyTagClassName
{
color: #DCF2FA;
}
</style>
background-color css
<style>
a { background-color: #DCF2FA; }
a { background-color: rgb(220,242,250); }
div.DivClassName
{
background-color: #DCF2FA;
}
.BgClassName
{
background-color: #DCF2FA;
}
</style>
border-color css
<style>
span { border-color: #DCF2FA; }
span { border-color: rgb(220,242,250); }
td.TdClassName
{
border-color: #DCF2FA;
}
.TagClassName
{
border-color: #DCF2FA;
}
</style>