#DFEEF5

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

Shades of Pattens Blue #DFEEF5

Tints of Pattens Blue #DFEEF5

Color information

#DFEEF5 (or 0xDFEEF5) is unknown color: approx Pattens Blue. HEX triplet: DF, EE and F5. RGB value is (223,238,245). Sum of RGB (Red+Green+Blue) = 223+238+245=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF5 is #20110A. Grayscale: #EAEAEA. Windows color (decimal): -2101515 or 16117471. OLE color: 16117471.

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

Color convert

RGB223238245-
CMYK0.090.0300.04
HSL199.09º52.38%91.76%-
HSV(B)199.09º8.98%96.08%-
XYZ77.4983.4398.41-
YUV234.31134.03119.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.59%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 245 (96.09% from 255) = 34.70%
R=31.59%
G=33.71%
B=34.70%

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
Decimal2232382450.090.0300.04199.0952.3891.76
HexDFEEF59304c7345c
Octal3373563651130430764134
Binary1101111111101110111101011001110100110001111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEF5; }

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

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

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

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

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

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

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

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