#D6E1EB

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

Shades of Pattens Blue #D6E1EB

Tints of Pattens Blue #D6E1EB

Color information

#D6E1EB (or 0xD6E1EB) is unknown color: approx Pattens Blue. HEX triplet: D6, E1 and EB. RGB value is (214,225,235). Sum of RGB (Red+Green+Blue) = 214+225+235=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1EB is #291E14. Grayscale: #DEDEDE. Windows color (decimal): -2694677 or 15458774. OLE color: 15458774.

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

Color convert

RGB214225235-
CMYK0.090.0400.08
HSL208.57º34.43%88.04%-
HSV(B)208.57º8.94%92.16%-
XYZ69.6574.1489.24-
YUV222.85134.86121.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 225 (88.28% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=31.75%
G=33.38%
B=34.87%

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
Decimal2142252350.090.0400.08208.5734.4388.04
HexD6E1EB9408d12258
Octal32634135311401032142130
Binary110101101110000111101011100110001000110100011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1EB; }

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

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

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

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

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

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

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

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