Shades of Pattens Blue #DCF4FC
Tints of Pattens Blue #DCF4FC
RGB
CMYK
RGB Variations
Color information
#DCF4FC (or 0xDCF4FC) is known color: Pattens Blue. HEX triplet: DC, F4 and FC. RGB value is (220,244,252). Sum of RGB (Red+Green+Blue) = 220+244+252=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCF4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF4FC is #230B03. Grayscale: #EDEDED. Windows color (decimal): -2296580 or 16577756. OLE color: 16577756.
HSL color Cylindrical-coordinate representation of color #DCF4FC: hue angle of 195º 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 #DCF4FC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 244 | 252 | - |
CMYK | 0.13 | 0.03 | 0 | 0.01 |
HSL | 195º | 0.84% | 0.93% | - |
HSV(B) | 195º | 0.13% | 0.99% | - |
XYZ | 79.44 | 86.95 | 104.69 | - |
YUV | 237.74 | 136.05 | 115.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 244 | 252 | 0.13 | 0.03 | 0 | 0.01 | 195 | 0.84 | 0.93 |
Hex | DC | F4 | FC | D | 3 | 0 | 1 | C3 | 54 | 5D |
Octal | 334 | 364 | 374 | 15 | 3 | 0 | 1 | 303 | 124 | 135 |
Binary | 11011100 | 11110100 | 11111100 | 1101 | 11 | 0 | 1 | 11000011 | 1010100 | 1011101 |
Color Harmonies of #DCF4FC
Complementary color
Monochromatic Colors of #DCF4FC
Black with #DCF4FC
Text Example
Text Example
White with #DCF4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4FC; }
p { color: rgb(220,244,252); }
H1.HeaderClassName
{
color: #DCF4FC;
}
.AnyTagClassName
{
color: #DCF4FC;
}
</style>
background-color css
<style>
a { background-color: #DCF4FC; }
a { background-color: rgb(220,244,252); }
div.DivClassName
{
background-color: #DCF4FC;
}
.BgClassName
{
background-color: #DCF4FC;
}
</style>
border-color css
<style>
span { border-color: #DCF4FC; }
span { border-color: rgb(220,244,252); }
td.TdClassName
{
border-color: #DCF4FC;
}
.TagClassName
{
border-color: #DCF4FC;
}
</style>