Shades of Pattens Blue #DCECF3
Tints of Pattens Blue #DCECF3
RGB
CMYK
RGB Variations
Color information
#DCECF3 (or 0xDCECF3) is known color: Pattens Blue. HEX triplet: DC, EC and F3. RGB value is (220,236,243). Sum of RGB (Red+Green+Blue) = 220+236+243=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECF3 is #23130C. Grayscale: #E7E7E7. Windows color (decimal): -2298637 or 15985884. OLE color: 15985884.
HSL color Cylindrical-coordinate representation of color #DCECF3: hue angle of 198.26º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCECF3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 236 | 243 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.05 |
| HSL | 198.26º | 0.49% | 0.91% | - |
| HSV(B) | 198.26º | 0.09% | 0.95% | - |
| XYZ | 75.69 | 81.68 | 96.57 | - |
| YUV | 232.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 243 | 0.09 | 0.03 | 0 | 0.05 | 198.26 | 0.49 | 0.91 |
| Hex | DC | EC | F3 | 9 | 3 | 0 | 5 | C6 | 31 | 5B |
| Octal | 334 | 354 | 363 | 11 | 3 | 0 | 5 | 306 | 61 | 133 |
| Binary | 11011100 | 11101100 | 11110011 | 1001 | 11 | 0 | 101 | 11000110 | 110001 | 1011011 |
Color Harmonies of #DCECF3
Complementary color
Monochromatic Colors of #DCECF3
Black with #DCECF3
Text Example
Text Example
White with #DCECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECF3; }
p { color: rgb(220,236,243); }
H1.HeaderClassName
{
color: #DCECF3;
}
.AnyTagClassName
{
color: #DCECF3;
}
</style>
background-color css
<style>
a { background-color: #DCECF3; }
a { background-color: rgb(220,236,243); }
div.DivClassName
{
background-color: #DCECF3;
}
.BgClassName
{
background-color: #DCECF3;
}
</style>
border-color css
<style>
span { border-color: #DCECF3; }
span { border-color: rgb(220,236,243); }
td.TdClassName
{
border-color: #DCECF3;
}
.TagClassName
{
border-color: #DCECF3;
}
</style>