#D5E6EC

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

Shades of Pattens Blue #D5E6EC

Tints of Pattens Blue #D5E6EC

Color information

#D5E6EC (or 0xD5E6EC) is unknown color: approx Pattens Blue. HEX triplet: D5, E6 and EC. RGB value is (213,230,236). Sum of RGB (Red+Green+Blue) = 213+230+236=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5E6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E6EC is #2A1913. Grayscale: #E1E1E1. Windows color (decimal): -2758932 or 15525589. OLE color: 15525589.

HSL color Cylindrical-coordinate representation of color #D5E6EC: hue angle of 195.65º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5E6EC is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213230236-
CMYK0.100.0300.07
HSL195.65º37.7%88.04%-
HSV(B)195.65º9.75%92.55%-
XYZ70.8876.890.44-
YUV225.6133.87119.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.37%
GREEN value IS 230 (90.23% from 255) = 33.87%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=31.37%
G=33.87%
B=34.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132302360.100.0300.07195.6537.788.04
HexD5E6ECA307c42658
Octal3253463541230730446130
Binary1101010111100110111011001010110111110001001001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E6EC; }

 p { color: rgb(213,230,236); }

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

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

 a { background-color: rgb(213,230,236); }

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

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

 span { border-color: rgb(213,230,236); }

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