#D6E7FC

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

Shades of Pattens Blue #D6E7FC

Tints of Pattens Blue #D6E7FC

Color information

#D6E7FC (or 0xD6E7FC) is unknown color: approx Pattens Blue. HEX triplet: D6, E7 and FC. RGB value is (214,231,252). Sum of RGB (Red+Green+Blue) = 214+231+252=697 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.70% from 697); Green value is 231 (90.62% from 255 or 33.14% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6E7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E7FC is #291803. Grayscale: #E4E4E4. Windows color (decimal): -2693124 or 16574422. OLE color: 16574422.

HSL color Cylindrical-coordinate representation of color #D6E7FC: hue angle of 213.16º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E7FC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214231252-
CMYK0.150.0800.01
HSL213.16º86.36%91.37%-
HSV(B)213.16º15.08%98.82%-
XYZ73.8878.48103.35-
YUV228.31141.37117.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.70%
GREEN value IS 231 (90.62% from 255) = 33.14%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=30.70%
G=33.14%
B=36.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142312520.150.0800.01213.1686.3691.37
HexD6E7FCF801d5565b
Octal326347374171001325126133
Binary11010110111001111111110011111000011101010110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E7FC; }

 p { color: rgb(214,231,252); }

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

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

 a { background-color: rgb(214,231,252); }

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

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

 span { border-color: rgb(214,231,252); }

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