#DFEEF3

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

Shades of Pattens Blue #DFEEF3

Tints of Pattens Blue #DFEEF3

Color information

#DFEEF3 (or 0xDFEEF3) is unknown color: approx Pattens Blue. HEX triplet: DF, EE and F3. RGB value is (223,238,243). Sum of RGB (Red+Green+Blue) = 223+238+243=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF3 is #20110C. Grayscale: #EAEAEA. Windows color (decimal): -2101517 or 15986399. OLE color: 15986399.

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

Color convert

RGB223238243-
CMYK0.080.0200.05
HSL195º45.45%91.37%-
HSV(B)195º8.23%95.29%-
XYZ77.1883.3196.81-
YUV234.08133.03120.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 238 (93.36% from 255) = 33.81%
BLUE value IS 243 (95.31% from 255) = 34.52%
R=31.68%
G=33.81%
B=34.52%

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
Decimal2232382430.080.0200.0519545.4591.37
HexDFEEF38205c32d5b
Octal3373563631020530355133
Binary1101111111101110111100111000100101110000111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEF3; }

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

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

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

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

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

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

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

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