Shades of Pattens Blue #DCECF2
Tints of Pattens Blue #DCECF2
RGB
CMYK
RGB Variations
Color information
#DCECF2 (or 0xDCECF2) is known color: Pattens Blue. HEX triplet: DC, EC and F2. RGB value is (220,236,242). Sum of RGB (Red+Green+Blue) = 220+236+242=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECF2 is #23130D. Grayscale: #E7E7E7. Windows color (decimal): -2298638 or 15920348. OLE color: 15920348.
HSL color Cylindrical-coordinate representation of color #DCECF2: hue angle of 196.36º degrees, saturation: 0.46, 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 #DCECF2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 236 | 242 | - |
CMYK | 0.09 | 0.02 | 0 | 0.05 |
HSL | 196.36º | 0.46% | 0.91% | - |
HSV(B) | 196.36º | 0.09% | 0.95% | - |
XYZ | 75.54 | 81.62 | 95.78 | - |
YUV | 231.9 | 133.7 | 119.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 242 | 0.09 | 0.02 | 0 | 0.05 | 196.36 | 0.46 | 0.91 |
Hex | DC | EC | F2 | 9 | 2 | 0 | 5 | C4 | 2E | 5B |
Octal | 334 | 354 | 362 | 11 | 2 | 0 | 5 | 304 | 56 | 133 |
Binary | 11011100 | 11101100 | 11110010 | 1001 | 10 | 0 | 101 | 11000100 | 101110 | 1011011 |
Color Harmonies of #DCECF2
Complementary color
Monochromatic Colors of #DCECF2
Black with #DCECF2
Text Example
Text Example
White with #DCECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECF2; }
p { color: rgb(220,236,242); }
H1.HeaderClassName
{
color: #DCECF2;
}
.AnyTagClassName
{
color: #DCECF2;
}
</style>
background-color css
<style>
a { background-color: #DCECF2; }
a { background-color: rgb(220,236,242); }
div.DivClassName
{
background-color: #DCECF2;
}
.BgClassName
{
background-color: #DCECF2;
}
</style>
border-color css
<style>
span { border-color: #DCECF2; }
span { border-color: rgb(220,236,242); }
td.TdClassName
{
border-color: #DCECF2;
}
.TagClassName
{
border-color: #DCECF2;
}
</style>