#DFEEF4

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

Shades of Pattens Blue #DFEEF4

Tints of Pattens Blue #DFEEF4

Color information

#DFEEF4 (or 0xDFEEF4) is unknown color: approx Pattens Blue. HEX triplet: DF, EE and F4. RGB value is (223,238,244). Sum of RGB (Red+Green+Blue) = 223+238+244=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF4 is #20110B. Grayscale: #EAEAEA. Windows color (decimal): -2101516 or 16051935. OLE color: 16051935.

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

Color convert

RGB223238244-
CMYK0.090.0200.04
HSL197.14º48.84%91.57%-
HSV(B)197.14º8.61%95.69%-
XYZ77.3483.3797.6-
YUV234.2133.53120.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.63%
GREEN value IS 238 (93.36% from 255) = 33.76%
BLUE value IS 244 (95.70% from 255) = 34.61%
R=31.63%
G=33.76%
B=34.61%

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
Decimal2232382440.090.0200.04197.1448.8491.57
HexDFEEF49204c5315c
Octal3373563641120430561134
Binary1101111111101110111101001001100100110001011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEF4; }

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

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

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

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

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

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

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

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