#DFEFF6

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

Shades of Pattens Blue #DFEFF6

Tints of Pattens Blue #DFEFF6

Color information

#DFEFF6 (or 0xDFEFF6) is unknown color: approx Pattens Blue. HEX triplet: DF, EF and F6. RGB value is (223,239,246). Sum of RGB (Red+Green+Blue) = 223+239+246=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF6 is #201009. Grayscale: #EAEAEA. Windows color (decimal): -2101258 or 16183263. OLE color: 16183263.

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

Color convert

RGB223239246-
CMYK0.090.0300.04
HSL198.26º56.1%91.96%-
HSV(B)198.26º9.35%96.47%-
XYZ77.9384.0799.31-
YUV235.01134.2119.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.50%
GREEN value IS 239 (93.75% from 255) = 33.76%
BLUE value IS 246 (96.48% from 255) = 34.75%
R=31.50%
G=33.76%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232392460.090.0300.04198.2656.191.96
HexDFEFF69304c6385c
Octal3373573661130430670134
Binary1101111111101111111101101001110100110001101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFF6; }

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

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

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

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

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

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

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

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