Shades of Pattens Blue #DFEEF5
Tints of Pattens Blue #DFEEF5
RGB
CMYK
RGB Variations
Color information
#DFEEF5 (or 0xDFEEF5) is known color: Pattens Blue. HEX triplet: DF, EE and F5. RGB value is (223,238,245). Sum of RGB (Red+Green+Blue) = 223+238+245=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF5 is #20110A. Grayscale: #EAEAEA. Windows color (decimal): -2101515 or 16117471. OLE color: 16117471.
HSL color Cylindrical-coordinate representation of color #DFEEF5: hue angle of 199.09º degrees, saturation: 0.52, 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 #DFEEF5 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 238 | 245 | - |
CMYK | 0.09 | 0.03 | 0 | 0.04 |
HSL | 199.09º | 0.52% | 0.92% | - |
HSV(B) | 199.09º | 0.09% | 0.96% | - |
XYZ | 77.49 | 83.43 | 98.41 | - |
YUV | 234.31 | 134.03 | 119.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 245 | 0.09 | 0.03 | 0 | 0.04 | 199.09 | 0.52 | 0.92 |
Hex | DF | EE | F5 | 9 | 3 | 0 | 4 | C7 | 34 | 5C |
Octal | 337 | 356 | 365 | 11 | 3 | 0 | 4 | 307 | 64 | 134 |
Binary | 11011111 | 11101110 | 11110101 | 1001 | 11 | 0 | 100 | 11000111 | 110100 | 1011100 |
Color Harmonies of #DFEEF5
Complementary color
Monochromatic Colors of #DFEEF5
Black with #DFEEF5
Text Example
Text Example
White with #DFEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEF5; }
p { color: rgb(223,238,245); }
H1.HeaderClassName
{
color: #DFEEF5;
}
.AnyTagClassName
{
color: #DFEEF5;
}
</style>
background-color css
<style>
a { background-color: #DFEEF5; }
a { background-color: rgb(223,238,245); }
div.DivClassName
{
background-color: #DFEEF5;
}
.BgClassName
{
background-color: #DFEEF5;
}
</style>
border-color css
<style>
span { border-color: #DFEEF5; }
span { border-color: rgb(223,238,245); }
td.TdClassName
{
border-color: #DFEEF5;
}
.TagClassName
{
border-color: #DFEEF5;
}
</style>