#DFEEF6

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

Shades of Pattens Blue #DFEEF6

Tints of Pattens Blue #DFEEF6

Color information

#DFEEF6 (or 0xDFEEF6) is unknown color: approx Pattens Blue. HEX triplet: DF, EE and F6. RGB value is (223,238,246). Sum of RGB (Red+Green+Blue) = 223+238+246=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF6 is #201109. Grayscale: #EAEAEA. Windows color (decimal): -2101514 or 16183007. OLE color: 16183007.

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

Color convert

RGB223238246-
CMYK0.090.0300.04
HSL200.87º56.1%91.96%-
HSV(B)200.87º9.35%96.47%-
XYZ77.6483.4999.21-
YUV234.43134.53119.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.54%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=31.54%
G=33.66%
B=34.79%

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
Decimal2232382460.090.0300.04200.8756.191.96
HexDFEEF69304c9385c
Octal3373563661130431170134
Binary1101111111101110111101101001110100110010011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEF6; }

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

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

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

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

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

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

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

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