Shades of Pattens Blue #DFEFF8
Tints of Pattens Blue #DFEFF8
RGB
CMYK
RGB Variations
Color information
#DFEFF8 (or 0xDFEFF8) is known color: Pattens Blue. HEX triplet: DF, EF and F8. RGB value is (223,239,248). Sum of RGB (Red+Green+Blue) = 223+239+248=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFEFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF8 is #201007. Grayscale: #EBEBEB. Windows color (decimal): -2101256 or 16314335. OLE color: 16314335.
HSL color Cylindrical-coordinate representation of color #DFEFF8: hue angle of 201.6º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEFF8 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 239 | 248 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.03 |
| HSL | 201.6º | 0.64% | 0.92% | - |
| HSV(B) | 201.6º | 0.1% | 0.97% | - |
| XYZ | 78.24 | 84.2 | 100.94 | - |
| YUV | 235.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 248 | 0.10 | 0.04 | 0 | 0.03 | 201.6 | 0.64 | 0.92 |
| Hex | DF | EF | F8 | A | 4 | 0 | 3 | CA | 40 | 5C |
| Octal | 337 | 357 | 370 | 12 | 4 | 0 | 3 | 312 | 100 | 134 |
| Binary | 11011111 | 11101111 | 11111000 | 1010 | 100 | 0 | 11 | 11001010 | 1000000 | 1011100 |
Color Harmonies of #DFEFF8
Complementary color
Monochromatic Colors of #DFEFF8
Black with #DFEFF8
Text Example
Text Example
White with #DFEFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFF8; }
p { color: rgb(223,239,248); }
H1.HeaderClassName
{
color: #DFEFF8;
}
.AnyTagClassName
{
color: #DFEFF8;
}
</style>
background-color css
<style>
a { background-color: #DFEFF8; }
a { background-color: rgb(223,239,248); }
div.DivClassName
{
background-color: #DFEFF8;
}
.BgClassName
{
background-color: #DFEFF8;
}
</style>
border-color css
<style>
span { border-color: #DFEFF8; }
span { border-color: rgb(223,239,248); }
td.TdClassName
{
border-color: #DFEFF8;
}
.TagClassName
{
border-color: #DFEFF8;
}
</style>