#D7E1EB

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

Shades of Pattens Blue #D7E1EB

Tints of Pattens Blue #D7E1EB

Color information

#D7E1EB (or 0xD7E1EB) is unknown color: approx Pattens Blue. HEX triplet: D7, E1 and EB. RGB value is (215,225,235). Sum of RGB (Red+Green+Blue) = 215+225+235=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E1EB is #281E14. Grayscale: #DFDFDF. Windows color (decimal): -2629141 or 15458775. OLE color: 15458775.

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

Color convert

RGB215225235-
CMYK0.090.0400.08
HSL210º33.33%88.24%-
HSV(B)210º8.51%92.16%-
XYZ69.9474.389.25-
YUV223.15134.69122.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 225 (88.28% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=31.85%
G=33.33%
B=34.81%

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
Decimal2152252350.090.0400.0821033.3388.24
HexD7E1EB9408d22158
Octal32734135311401032241130
Binary110101111110000111101011100110001000110100101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E1EB; }

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

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

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

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

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

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

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

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