#D6E1EA

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

Shades of Pattens Blue #D6E1EA

Tints of Pattens Blue #D6E1EA

Color information

#D6E1EA (or 0xD6E1EA) is unknown color: approx Pattens Blue. HEX triplet: D6, E1 and EA. RGB value is (214,225,234). Sum of RGB (Red+Green+Blue) = 214+225+234=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1EA is #291E15. Grayscale: #DEDEDE. Windows color (decimal): -2694678 or 15393238. OLE color: 15393238.

HSL color Cylindrical-coordinate representation of color #D6E1EA: hue angle of 207º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E1EA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214225234-
CMYK0.090.0400.08
HSL207º32.26%87.84%-
HSV(B)207º8.55%91.76%-
XYZ69.5174.0988.48-
YUV222.74134.36121.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 225 (88.28% from 255) = 33.43%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=31.80%
G=33.43%
B=34.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142252340.090.0400.0820732.2687.84
HexD6E1EA9408cf2058
Octal32634135211401031740130
Binary110101101110000111101010100110001000110011111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1EA; }

 p { color: rgb(214,225,234); }

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

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

 a { background-color: rgb(214,225,234); }

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

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

 span { border-color: rgb(214,225,234); }

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