#DFEFF3

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

Shades of Pattens Blue #DFEFF3

Tints of Pattens Blue #DFEFF3

Color information

#DFEFF3 (or 0xDFEFF3) is unknown color: approx Pattens Blue. HEX triplet: DF, EF and F3. RGB value is (223,239,243). Sum of RGB (Red+Green+Blue) = 223+239+243=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF3 is #20100C. Grayscale: #EAEAEA. Windows color (decimal): -2101261 or 15986655. OLE color: 15986655.

HSL color Cylindrical-coordinate representation of color #DFEFF3: hue angle of 192º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFEFF3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223239243-
CMYK0.080.0200.05
HSL192º45.45%91.37%-
HSV(B)192º8.23%95.29%-
XYZ77.4883.8996.9-
YUV234.67132.7119.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.63%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 243 (95.31% from 255) = 34.47%
R=31.63%
G=33.90%
B=34.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232392430.080.0200.0519245.4591.37
HexDFEFF38205c02d5b
Octal3373573631020530055133
Binary1101111111101111111100111000100101110000001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFF3; }

 p { color: rgb(223,239,243); }

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

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

 a { background-color: rgb(223,239,243); }

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

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

 span { border-color: rgb(223,239,243); }

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