Shades of Pattens Blue #DFEEF4
Tints of Pattens Blue #DFEEF4
RGB
CMYK
RGB Variations
Color information
#DFEEF4 (or 0xDFEEF4) is known color: Pattens Blue. HEX triplet: DF, EE and F4. RGB value is (223,238,244). Sum of RGB (Red+Green+Blue) = 223+238+244=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF4 is #20110B. Grayscale: #EAEAEA. Windows color (decimal): -2101516 or 16051935. OLE color: 16051935.
HSL color Cylindrical-coordinate representation of color #DFEEF4: hue angle of 197.14º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFEEF4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 238 | 244 | - |
CMYK | 0.09 | 0.02 | 0 | 0.04 |
HSL | 197.14º | 0.49% | 0.92% | - |
HSV(B) | 197.14º | 0.09% | 0.96% | - |
XYZ | 77.34 | 83.37 | 97.6 | - |
YUV | 234.2 | 133.53 | 120.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 244 | 0.09 | 0.02 | 0 | 0.04 | 197.14 | 0.49 | 0.92 |
Hex | DF | EE | F4 | 9 | 2 | 0 | 4 | C5 | 31 | 5C |
Octal | 337 | 356 | 364 | 11 | 2 | 0 | 4 | 305 | 61 | 134 |
Binary | 11011111 | 11101110 | 11110100 | 1001 | 10 | 0 | 100 | 11000101 | 110001 | 1011100 |
Color Harmonies of #DFEEF4
Complementary color
Monochromatic Colors of #DFEEF4
Black with #DFEEF4
Text Example
Text Example
White with #DFEEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEF4; }
p { color: rgb(223,238,244); }
H1.HeaderClassName
{
color: #DFEEF4;
}
.AnyTagClassName
{
color: #DFEEF4;
}
</style>
background-color css
<style>
a { background-color: #DFEEF4; }
a { background-color: rgb(223,238,244); }
div.DivClassName
{
background-color: #DFEEF4;
}
.BgClassName
{
background-color: #DFEEF4;
}
</style>
border-color css
<style>
span { border-color: #DFEEF4; }
span { border-color: rgb(223,238,244); }
td.TdClassName
{
border-color: #DFEEF4;
}
.TagClassName
{
border-color: #DFEEF4;
}
</style>