Shades of Pattens Blue #DCECFB
Tints of Pattens Blue #DCECFB
RGB
CMYK
RGB Variations
Color information
#DCECFB (or 0xDCECFB) is known color: Pattens Blue. HEX triplet: DC, EC and FB. RGB value is (220,236,251). Sum of RGB (Red+Green+Blue) = 220+236+251=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECFB is #231304. Grayscale: #E8E8E8. Windows color (decimal): -2298629 or 16510172. OLE color: 16510172.
HSL color Cylindrical-coordinate representation of color #DCECFB: hue angle of 209.03º degrees, saturation: 0.79, 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 #DCECFB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 236 | 251 | - |
CMYK | 0.12 | 0.06 | 0 | 0.02 |
HSL | 209.03º | 0.79% | 0.92% | - |
HSV(B) | 209.03º | 0.12% | 0.98% | - |
XYZ | 76.92 | 82.17 | 103.07 | - |
YUV | 232.93 | 138.2 | 118.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 251 | 0.12 | 0.06 | 0 | 0.02 | 209.03 | 0.79 | 0.92 |
Hex | DC | EC | FB | C | 6 | 0 | 2 | D1 | 4F | 5C |
Octal | 334 | 354 | 373 | 14 | 6 | 0 | 2 | 321 | 117 | 134 |
Binary | 11011100 | 11101100 | 11111011 | 1100 | 110 | 0 | 10 | 11010001 | 1001111 | 1011100 |
Color Harmonies of #DCECFB
Complementary color
Monochromatic Colors of #DCECFB
Black with #DCECFB
Text Example
Text Example
White with #DCECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECFB; }
p { color: rgb(220,236,251); }
H1.HeaderClassName
{
color: #DCECFB;
}
.AnyTagClassName
{
color: #DCECFB;
}
</style>
background-color css
<style>
a { background-color: #DCECFB; }
a { background-color: rgb(220,236,251); }
div.DivClassName
{
background-color: #DCECFB;
}
.BgClassName
{
background-color: #DCECFB;
}
</style>
border-color css
<style>
span { border-color: #DCECFB; }
span { border-color: rgb(220,236,251); }
td.TdClassName
{
border-color: #DCECFB;
}
.TagClassName
{
border-color: #DCECFB;
}
</style>