#D6ECF3

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

Shades of Pattens Blue #D6ECF3

Tints of Pattens Blue #D6ECF3

Color information

#D6ECF3 (or 0xD6ECF3) is unknown color: approx Pattens Blue. HEX triplet: D6, EC and F3. RGB value is (214,236,243). Sum of RGB (Red+Green+Blue) = 214+236+243=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECF3 is #29130C. Grayscale: #E6E6E6. Windows color (decimal): -2691853 or 15985878. OLE color: 15985878.

HSL color Cylindrical-coordinate representation of color #D6ECF3: hue angle of 194.48º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6ECF3 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214236243-
CMYK0.120.0300.05
HSL194.48º54.72%89.61%-
HSV(B)194.48º11.93%95.29%-
XYZ73.980.7696.49-
YUV230.22135.21116.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.88%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=30.88%
G=34.05%
B=35.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142362430.120.0300.05194.4854.7289.61
HexD6ECF3C305c2375a
Octal3263543631430530267132
Binary1101011011101100111100111100110101110000101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECF3; }

 p { color: rgb(214,236,243); }

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

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

 a { background-color: rgb(214,236,243); }

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

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

 span { border-color: rgb(214,236,243); }

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