Shades of Pattens Blue #DFECF1
Tints of Pattens Blue #DFECF1
RGB
CMYK
RGB Variations
Color information
#DFECF1 (or 0xDFECF1) is known color: Pattens Blue. HEX triplet: DF, EC and F1. RGB value is (223,236,241). Sum of RGB (Red+Green+Blue) = 223+236+241=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECF1 is #20130E. Grayscale: #E8E8E8. Windows color (decimal): -2102031 or 15854815. OLE color: 15854815.
HSL color Cylindrical-coordinate representation of color #DFECF1: hue angle of 196.67º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFECF1 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 236 | 241 | - |
CMYK | 0.07 | 0.02 | 0 | 0.05 |
HSL | 196.67º | 0.39% | 0.91% | - |
HSV(B) | 196.67º | 0.07% | 0.95% | - |
XYZ | 76.3 | 82.03 | 95.03 | - |
YUV | 232.68 | 132.69 | 121.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 241 | 0.07 | 0.02 | 0 | 0.05 | 196.67 | 0.39 | 0.91 |
Hex | DF | EC | F1 | 7 | 2 | 0 | 5 | C5 | 27 | 5B |
Octal | 337 | 354 | 361 | 7 | 2 | 0 | 5 | 305 | 47 | 133 |
Binary | 11011111 | 11101100 | 11110001 | 111 | 10 | 0 | 101 | 11000101 | 100111 | 1011011 |
Color Harmonies of #DFECF1
Complementary color
Monochromatic Colors of #DFECF1
Black with #DFECF1
Text Example
Text Example
White with #DFECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECF1; }
p { color: rgb(223,236,241); }
H1.HeaderClassName
{
color: #DFECF1;
}
.AnyTagClassName
{
color: #DFECF1;
}
</style>
background-color css
<style>
a { background-color: #DFECF1; }
a { background-color: rgb(223,236,241); }
div.DivClassName
{
background-color: #DFECF1;
}
.BgClassName
{
background-color: #DFECF1;
}
</style>
border-color css
<style>
span { border-color: #DFECF1; }
span { border-color: rgb(223,236,241); }
td.TdClassName
{
border-color: #DFECF1;
}
.TagClassName
{
border-color: #DFECF1;
}
</style>