#D6E2EA

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

Shades of Pattens Blue #D6E2EA

Tints of Pattens Blue #D6E2EA

Color information

#D6E2EA (or 0xD6E2EA) is unknown color: approx Pattens Blue. HEX triplet: D6, E2 and EA. RGB value is (214,226,234). Sum of RGB (Red+Green+Blue) = 214+226+234=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E2EA is #291D15. Grayscale: #DFDFDF. Windows color (decimal): -2694422 or 15393494. OLE color: 15393494.

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

Color convert

RGB214226234-
CMYK0.090.0300.08
HSL204º32.26%87.84%-
HSV(B)204º8.55%91.76%-
XYZ69.7874.6388.57-
YUV223.32134.02121.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 226 (88.67% from 255) = 33.53%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=31.75%
G=33.53%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142262340.090.0300.0820432.2687.84
HexD6E2EA9308cc2058
Octal32634235211301031440130
Binary11010110111000101110101010011101000110011001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E2EA; }

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

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

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

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

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

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

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

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