Shades of Pattens Blue #DCECF9
Tints of Pattens Blue #DCECF9
RGB
CMYK
RGB Variations
Color information
#DCECF9 (or 0xDCECF9) is known color: Pattens Blue. HEX triplet: DC, EC and F9. RGB value is (220,236,249). Sum of RGB (Red+Green+Blue) = 220+236+249=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECF9 is #231306. Grayscale: #E8E8E8. Windows color (decimal): -2298631 or 16379100. OLE color: 16379100.
HSL color Cylindrical-coordinate representation of color #DCECF9: hue angle of 206.9º degrees, saturation: 0.71, 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 #DCECF9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 236 | 249 | - |
CMYK | 0.12 | 0.05 | 0 | 0.02 |
HSL | 206.9º | 0.71% | 0.92% | - |
HSV(B) | 206.9º | 0.12% | 0.98% | - |
XYZ | 76.61 | 82.05 | 101.42 | - |
YUV | 232.7 | 137.2 | 118.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 249 | 0.12 | 0.05 | 0 | 0.02 | 206.9 | 0.71 | 0.92 |
Hex | DC | EC | F9 | C | 5 | 0 | 2 | CF | 47 | 5C |
Octal | 334 | 354 | 371 | 14 | 5 | 0 | 2 | 317 | 107 | 134 |
Binary | 11011100 | 11101100 | 11111001 | 1100 | 101 | 0 | 10 | 11001111 | 1000111 | 1011100 |
Color Harmonies of #DCECF9
Complementary color
Monochromatic Colors of #DCECF9
Black with #DCECF9
Text Example
Text Example
White with #DCECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECF9; }
p { color: rgb(220,236,249); }
H1.HeaderClassName
{
color: #DCECF9;
}
.AnyTagClassName
{
color: #DCECF9;
}
</style>
background-color css
<style>
a { background-color: #DCECF9; }
a { background-color: rgb(220,236,249); }
div.DivClassName
{
background-color: #DCECF9;
}
.BgClassName
{
background-color: #DCECF9;
}
</style>
border-color css
<style>
span { border-color: #DCECF9; }
span { border-color: rgb(220,236,249); }
td.TdClassName
{
border-color: #DCECF9;
}
.TagClassName
{
border-color: #DCECF9;
}
</style>