Shades of Pattens Blue #DCEFFC
Tints of Pattens Blue #DCEFFC
RGB
CMYK
RGB Variations
Color information
#DCEFFC (or 0xDCEFFC) is known color: Pattens Blue. HEX triplet: DC, EF and FC. RGB value is (220,239,252). Sum of RGB (Red+Green+Blue) = 220+239+252=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFFC is #231003. Grayscale: #EAEAEA. Windows color (decimal): -2297860 or 16576476. OLE color: 16576476.
HSL color Cylindrical-coordinate representation of color #DCEFFC: hue angle of 204.38º 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 #DCEFFC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 239 | 252 | - |
CMYK | 0.13 | 0.05 | 0 | 0.01 |
HSL | 204.38º | 0.84% | 0.93% | - |
HSV(B) | 204.38º | 0.13% | 0.99% | - |
XYZ | 77.95 | 83.98 | 104.2 | - |
YUV | 234.8 | 137.71 | 117.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 252 | 0.13 | 0.05 | 0 | 0.01 | 204.38 | 0.84 | 0.93 |
Hex | DC | EF | FC | D | 5 | 0 | 1 | CC | 54 | 5D |
Octal | 334 | 357 | 374 | 15 | 5 | 0 | 1 | 314 | 124 | 135 |
Binary | 11011100 | 11101111 | 11111100 | 1101 | 101 | 0 | 1 | 11001100 | 1010100 | 1011101 |
Color Harmonies of #DCEFFC
Complementary color
Monochromatic Colors of #DCEFFC
Black with #DCEFFC
Text Example
Text Example
White with #DCEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFFC; }
p { color: rgb(220,239,252); }
H1.HeaderClassName
{
color: #DCEFFC;
}
.AnyTagClassName
{
color: #DCEFFC;
}
</style>
background-color css
<style>
a { background-color: #DCEFFC; }
a { background-color: rgb(220,239,252); }
div.DivClassName
{
background-color: #DCEFFC;
}
.BgClassName
{
background-color: #DCEFFC;
}
</style>
border-color css
<style>
span { border-color: #DCEFFC; }
span { border-color: rgb(220,239,252); }
td.TdClassName
{
border-color: #DCEFFC;
}
.TagClassName
{
border-color: #DCEFFC;
}
</style>