#DFEEF2

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

Shades of Pattens Blue #DFEEF2

Tints of Pattens Blue #DFEEF2

Color information

#DFEEF2 (or 0xDFEEF2) is unknown color: approx Pattens Blue. HEX triplet: DF, EE and F2. RGB value is (223,238,242). Sum of RGB (Red+Green+Blue) = 223+238+242=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF2 is #20110D. Grayscale: #E9E9E9. Windows color (decimal): -2101518 or 15920863. OLE color: 15920863.

HSL color Cylindrical-coordinate representation of color #DFEEF2: hue angle of 192.63º degrees, saturation: 0.42, 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 #DFEEF2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223238242-
CMYK0.080.0200.05
HSL192.63º42.22%91.18%-
HSV(B)192.63º7.85%94.9%-
XYZ77.0383.2596.01-
YUV233.97132.53120.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 238 (93.36% from 255) = 33.85%
BLUE value IS 242 (94.92% from 255) = 34.42%
R=31.72%
G=33.85%
B=34.42%

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
Decimal2232382420.080.0200.05192.6342.2291.18
HexDFEEF28205c12a5b
Octal3373563621020530152133
Binary1101111111101110111100101000100101110000011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEF2; }

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

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

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

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

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

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

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

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