Shades of Pattens Blue #DFEEF3
Tints of Pattens Blue #DFEEF3
RGB
CMYK
RGB Variations
Color information
#DFEEF3 (or 0xDFEEF3) is known color: Pattens Blue. HEX triplet: DF, EE and F3. RGB value is (223,238,243). Sum of RGB (Red+Green+Blue) = 223+238+243=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF3 is #20110C. Grayscale: #EAEAEA. Windows color (decimal): -2101517 or 15986399. OLE color: 15986399.
HSL color Cylindrical-coordinate representation of color #DFEEF3: hue angle of 195º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFEEF3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 238 | 243 | - |
CMYK | 0.08 | 0.02 | 0 | 0.05 |
HSL | 195º | 0.45% | 0.91% | - |
HSV(B) | 195º | 0.08% | 0.95% | - |
XYZ | 77.18 | 83.31 | 96.81 | - |
YUV | 234.09 | 133.03 | 120.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 243 | 0.08 | 0.02 | 0 | 0.05 | 195 | 0.45 | 0.91 |
Hex | DF | EE | F3 | 8 | 2 | 0 | 5 | C3 | 2D | 5B |
Octal | 337 | 356 | 363 | 10 | 2 | 0 | 5 | 303 | 55 | 133 |
Binary | 11011111 | 11101110 | 11110011 | 1000 | 10 | 0 | 101 | 11000011 | 101101 | 1011011 |
Color Harmonies of #DFEEF3
Complementary color
Monochromatic Colors of #DFEEF3
Black with #DFEEF3
Text Example
Text Example
White with #DFEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEF3; }
p { color: rgb(223,238,243); }
H1.HeaderClassName
{
color: #DFEEF3;
}
.AnyTagClassName
{
color: #DFEEF3;
}
</style>
background-color css
<style>
a { background-color: #DFEEF3; }
a { background-color: rgb(223,238,243); }
div.DivClassName
{
background-color: #DFEEF3;
}
.BgClassName
{
background-color: #DFEEF3;
}
</style>
border-color css
<style>
span { border-color: #DFEEF3; }
span { border-color: rgb(223,238,243); }
td.TdClassName
{
border-color: #DFEEF3;
}
.TagClassName
{
border-color: #DFEEF3;
}
</style>