#D6E2EF

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

Shades of Pattens Blue #D6E2EF

Tints of Pattens Blue #D6E2EF

Color information

#D6E2EF (or 0xD6E2EF) is unknown color: approx Pattens Blue. HEX triplet: D6, E2 and EF. RGB value is (214,226,239). Sum of RGB (Red+Green+Blue) = 214+226+239=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E2EF is #291D10. Grayscale: #DFDFDF. Windows color (decimal): -2694417 or 15721174. OLE color: 15721174.

HSL color Cylindrical-coordinate representation of color #D6E2EF: hue angle of 211.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E2EF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214226239-
CMYK0.100.0500.06
HSL211.2º43.86%88.82%-
HSV(B)211.2º10.46%93.73%-
XYZ70.5174.9292.41-
YUV223.89136.52120.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.52%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=31.52%
G=33.28%
B=35.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142262390.100.0500.06211.243.8688.82
HexD6E2EFA506d32c59
Octal3263423571250632354131
Binary11010110111000101110111110101010110110100111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E2EF; }

 p { color: rgb(214,226,239); }

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

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

 a { background-color: rgb(214,226,239); }

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

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

 span { border-color: rgb(214,226,239); }

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