Shades of Pattens Blue #DFEEF6
Tints of Pattens Blue #DFEEF6
RGB
CMYK
RGB Variations
Color information
#DFEEF6 (or 0xDFEEF6) is known color: Pattens Blue. HEX triplet: DF, EE and F6. RGB value is (223,238,246). Sum of RGB (Red+Green+Blue) = 223+238+246=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF6 is #201109. Grayscale: #EAEAEA. Windows color (decimal): -2101514 or 16183007. OLE color: 16183007.
HSL color Cylindrical-coordinate representation of color #DFEEF6: hue angle of 200.87º degrees, saturation: 0.56, 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 #DFEEF6 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 238 | 246 | - |
CMYK | 0.09 | 0.03 | 0 | 0.04 |
HSL | 200.87º | 0.56% | 0.92% | - |
HSV(B) | 200.87º | 0.09% | 0.96% | - |
XYZ | 77.64 | 83.49 | 99.21 | - |
YUV | 234.43 | 134.53 | 119.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 246 | 0.09 | 0.03 | 0 | 0.04 | 200.87 | 0.56 | 0.92 |
Hex | DF | EE | F6 | 9 | 3 | 0 | 4 | C9 | 38 | 5C |
Octal | 337 | 356 | 366 | 11 | 3 | 0 | 4 | 311 | 70 | 134 |
Binary | 11011111 | 11101110 | 11110110 | 1001 | 11 | 0 | 100 | 11001001 | 111000 | 1011100 |
Color Harmonies of #DFEEF6
Complementary color
Monochromatic Colors of #DFEEF6
Black with #DFEEF6
Text Example
Text Example
White with #DFEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEF6; }
p { color: rgb(223,238,246); }
H1.HeaderClassName
{
color: #DFEEF6;
}
.AnyTagClassName
{
color: #DFEEF6;
}
</style>
background-color css
<style>
a { background-color: #DFEEF6; }
a { background-color: rgb(223,238,246); }
div.DivClassName
{
background-color: #DFEEF6;
}
.BgClassName
{
background-color: #DFEEF6;
}
</style>
border-color css
<style>
span { border-color: #DFEEF6; }
span { border-color: rgb(223,238,246); }
td.TdClassName
{
border-color: #DFEEF6;
}
.TagClassName
{
border-color: #DFEEF6;
}
</style>