#D6E5EB

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

Shades of Pattens Blue #D6E5EB

Tints of Pattens Blue #D6E5EB

Color information

#D6E5EB (or 0xD6E5EB) is unknown color: approx Pattens Blue. HEX triplet: D6, E5 and EB. RGB value is (214,229,235). Sum of RGB (Red+Green+Blue) = 214+229+235=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E5EB is #291A14. Grayscale: #E1E1E1. Windows color (decimal): -2693653 or 15459798. OLE color: 15459798.

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

Color convert

RGB214229235-
CMYK0.090.0300.08
HSL197.14º34.43%88.04%-
HSV(B)197.14º8.94%92.16%-
XYZ70.7576.3389.6-
YUV225.2133.53120.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.56%
GREEN value IS 229 (89.84% from 255) = 33.78%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=31.56%
G=33.78%
B=34.66%

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
Decimal2142292350.090.0300.08197.1434.4388.04
HexD6E5EB9308c52258
Octal32634535311301030542130
Binary11010110111001011110101110011101000110001011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E5EB; }

 p { color: rgb(214,229,235); }

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

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

 a { background-color: rgb(214,229,235); }

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

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

 span { border-color: rgb(214,229,235); }

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