#DFEFF4

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

Shades of Pattens Blue #DFEFF4

Tints of Pattens Blue #DFEFF4

Color information

#DFEFF4 (or 0xDFEFF4) is unknown color: approx 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

RGB223239244-
CMYK0.090.0200.04
HSL194.29º48.84%91.57%-
HSV(B)194.29º8.61%95.69%-
XYZ77.6383.9597.7-
YUV234.79133.2119.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.59%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 244 (95.70% from 255) = 34.56%
R=31.59%
G=33.85%
B=34.56%

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
Decimal2232392440.090.0200.04194.2948.8491.57
HexDFEFF49204c2315c
Octal3373573641120430261134
Binary1101111111101111111101001001100100110000101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>