#DFF0F4

Color #DFF0F4 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DFF0F4

Tints of Pattens Blue #DFF0F4

Color information

#DFF0F4 (or 0xDFF0F4) is unknown color: approx Pattens Blue. HEX triplet: DF, F0 and F4. RGB value is (223,240,244). Sum of RGB (Red+Green+Blue) = 223+240+244=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 244 (95.70% from 255 or 34.51% from 707); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFF0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0F4 is #200F0B. Grayscale: #EBEBEB. Windows color (decimal): -2101004 or 16052447. OLE color: 16052447.

HSL color Cylindrical-coordinate representation of color #DFF0F4: hue angle of 191.43º 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 #DFF0F4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223240244-
CMYK0.090.0200.04
HSL191.43º48.84%91.57%-
HSV(B)191.43º8.61%95.69%-
XYZ77.9284.5497.8-
YUV235.37132.87119.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 31.54%
GREEN value IS 240 (94.14% from 255) = 33.95%
BLUE value IS 244 (95.70% from 255) = 34.51%
R=31.54%
G=33.95%
B=34.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232402440.090.0200.04191.4348.8491.57
HexDFF0F49204bf315c
Octal3373603641120427761134
Binary1101111111110000111101001001100100101111111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0F4; }

 p { color: rgb(223,240,244); }

 H1.HeaderClassName
 {
   color: #DFF0F4;
 }
 .AnyTagClassName
 {
   color: #DFF0F4;
 }
</style>
background-color css

<style>
 a { background-color: #DFF0F4; }

 a { background-color: rgb(223,240,244); }

 div.DivClassName
 {
   background-color: #DFF0F4;
 }
 .BgClassName
 {
   background-color: #DFF0F4;
 }
</style>
border-color css

<style>
 span { border-color: #DFF0F4; }

 span { border-color: rgb(223,240,244); }

 td.TdClassName
 {
   border-color: #DFF0F4;
 }
 .TagClassName
 {
   border-color: #DFF0F4;
 }
</style>