Shades of Pattens Blue #DFECEF
Tints of Pattens Blue #DFECEF
RGB
CMYK
RGB Variations
Color information
#DFECEF (or 0xDFECEF) is known color: Pattens Blue. HEX triplet: DF, EC and EF. RGB value is (223,236,239). Sum of RGB (Red+Green+Blue) = 223+236+239=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECEF is #201310. Grayscale: #E8E8E8. Windows color (decimal): -2102033 or 15723743. OLE color: 15723743.
HSL color Cylindrical-coordinate representation of color #DFECEF: hue angle of 191.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFECEF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 236 | 239 | - |
CMYK | 0.07 | 0.01 | 0 | 0.06 |
HSL | 191.25º | 0.33% | 0.91% | - |
HSV(B) | 191.25º | 0.07% | 0.94% | - |
XYZ | 76.01 | 81.91 | 93.47 | - |
YUV | 232.46 | 131.69 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 239 | 0.07 | 0.01 | 0 | 0.06 | 191.25 | 0.33 | 0.91 |
Hex | DF | EC | EF | 7 | 1 | 0 | 6 | BF | 21 | 5B |
Octal | 337 | 354 | 357 | 7 | 1 | 0 | 6 | 277 | 41 | 133 |
Binary | 11011111 | 11101100 | 11101111 | 111 | 1 | 0 | 110 | 10111111 | 100001 | 1011011 |
Color Harmonies of #DFECEF
Complementary color
Monochromatic Colors of #DFECEF
Black with #DFECEF
Text Example
Text Example
White with #DFECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECEF; }
p { color: rgb(223,236,239); }
H1.HeaderClassName
{
color: #DFECEF;
}
.AnyTagClassName
{
color: #DFECEF;
}
</style>
background-color css
<style>
a { background-color: #DFECEF; }
a { background-color: rgb(223,236,239); }
div.DivClassName
{
background-color: #DFECEF;
}
.BgClassName
{
background-color: #DFECEF;
}
</style>
border-color css
<style>
span { border-color: #DFECEF; }
span { border-color: rgb(223,236,239); }
td.TdClassName
{
border-color: #DFECEF;
}
.TagClassName
{
border-color: #DFECEF;
}
</style>