Shades of Pattens Blue #DFEFF4
Tints of Pattens Blue #DFEFF4
RGB
CMYK
RGB Variations
Color information
#DFEFF4 (or 0xDFEFF4) is known color: Pattens Blue. HEX triplet: DF, EF and F4. RGB value is (223,239,244). Sum of RGB (Red+Green+Blue) = 223+239+244=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 244 (95.70% from 255 or 34.56% from 706); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF4 is #20100B. Grayscale: #EAEAEA. Windows color (decimal): -2101260 or 16052191. OLE color: 16052191.
HSL color Cylindrical-coordinate representation of color #DFEFF4: hue angle of 194.29º 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 #DFEFF4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 239 | 244 | - |
CMYK | 0.09 | 0.02 | 0 | 0.04 |
HSL | 194.29º | 0.49% | 0.92% | - |
HSV(B) | 194.29º | 0.09% | 0.96% | - |
XYZ | 77.63 | 83.95 | 97.7 | - |
YUV | 234.79 | 133.2 | 119.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 239 | 244 | 0.09 | 0.02 | 0 | 0.04 | 194.29 | 0.49 | 0.92 |
Hex | DF | EF | F4 | 9 | 2 | 0 | 4 | C2 | 31 | 5C |
Octal | 337 | 357 | 364 | 11 | 2 | 0 | 4 | 302 | 61 | 134 |
Binary | 11011111 | 11101111 | 11110100 | 1001 | 10 | 0 | 100 | 11000010 | 110001 | 1011100 |
Color Harmonies of #DFEFF4
Complementary color
Monochromatic Colors of #DFEFF4
Black with #DFEFF4
Text Example
Text Example
White with #DFEFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFF4; }
p { color: rgb(223,239,244); }
H1.HeaderClassName
{
color: #DFEFF4;
}
.AnyTagClassName
{
color: #DFEFF4;
}
</style>
background-color css
<style>
a { background-color: #DFEFF4; }
a { background-color: rgb(223,239,244); }
div.DivClassName
{
background-color: #DFEFF4;
}
.BgClassName
{
background-color: #DFEFF4;
}
</style>
border-color css
<style>
span { border-color: #DFEFF4; }
span { border-color: rgb(223,239,244); }
td.TdClassName
{
border-color: #DFEFF4;
}
.TagClassName
{
border-color: #DFEFF4;
}
</style>