Shades of Pattens Blue #DFEAEF
Tints of Pattens Blue #DFEAEF
RGB
CMYK
RGB Variations
Color information
#DFEAEF (or 0xDFEAEF) is known color: Pattens Blue. HEX triplet: DF, EA and EF. RGB value is (223,234,239). Sum of RGB (Red+Green+Blue) = 223+234+239=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAEF is #201510. Grayscale: #E7E7E7. Windows color (decimal): -2102545 or 15723231. OLE color: 15723231.
HSL color Cylindrical-coordinate representation of color #DFEAEF: hue angle of 198.75º 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 #DFEAEF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 234 | 239 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.06 |
| HSL | 198.75º | 0.33% | 0.91% | - |
| HSV(B) | 198.75º | 0.07% | 0.94% | - |
| XYZ | 75.43 | 80.77 | 93.27 | - |
| YUV | 231.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 239 | 0.07 | 0.02 | 0 | 0.06 | 198.75 | 0.33 | 0.91 |
| Hex | DF | EA | EF | 7 | 2 | 0 | 6 | C7 | 21 | 5B |
| Octal | 337 | 352 | 357 | 7 | 2 | 0 | 6 | 307 | 41 | 133 |
| Binary | 11011111 | 11101010 | 11101111 | 111 | 10 | 0 | 110 | 11000111 | 100001 | 1011011 |
Color Harmonies of #DFEAEF
Complementary color
Monochromatic Colors of #DFEAEF
Black with #DFEAEF
Text Example
Text Example
White with #DFEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAEF; }
p { color: rgb(223,234,239); }
H1.HeaderClassName
{
color: #DFEAEF;
}
.AnyTagClassName
{
color: #DFEAEF;
}
</style>
background-color css
<style>
a { background-color: #DFEAEF; }
a { background-color: rgb(223,234,239); }
div.DivClassName
{
background-color: #DFEAEF;
}
.BgClassName
{
background-color: #DFEAEF;
}
</style>
border-color css
<style>
span { border-color: #DFEAEF; }
span { border-color: rgb(223,234,239); }
td.TdClassName
{
border-color: #DFEAEF;
}
.TagClassName
{
border-color: #DFEAEF;
}
</style>