#D6E1E4

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

Shades of Pattens Blue #D6E1E4

Tints of Pattens Blue #D6E1E4

Color information

#D6E1E4 (or 0xD6E1E4) is unknown color: approx Pattens Blue. HEX triplet: D6, E1 and E4. RGB value is (214,225,228). Sum of RGB (Red+Green+Blue) = 214+225+228=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 228 - color contains mainly: blue. Hex color #D6E1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1E4 is #291E1B. Grayscale: #DEDEDE. Windows color (decimal): -2694684 or 15000022. OLE color: 15000022.

HSL color Cylindrical-coordinate representation of color #D6E1E4: hue angle of 192.86º degrees, saturation: 0.21, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6E1E4 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214225228-
CMYK0.060.0100.11
HSL192.86º20.59%86.67%-
HSV(B)192.86º6.14%89.41%-
XYZ68.6673.7584.01-
YUV222.05131.36122.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=32.08%
G=33.73%
B=34.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142252280.060.0100.11192.8620.5986.67
HexD6E1E4610Bc11557
Octal3263413446101330125127
Binary11010110111000011110010011010101111000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1E4; }

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

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

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

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

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

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

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

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