#D5E7EB

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

Shades of Pattens Blue #D5E7EB

Tints of Pattens Blue #D5E7EB

Color information

#D5E7EB (or 0xD5E7EB) is unknown color: approx Pattens Blue. HEX triplet: D5, E7 and EB. RGB value is (213,231,235). Sum of RGB (Red+Green+Blue) = 213+231+235=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5E7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E7EB is #2A1814. Grayscale: #E2E2E2. Windows color (decimal): -2758677 or 15460309. OLE color: 15460309.

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

Color convert

RGB213231235-
CMYK0.090.0200.08
HSL190.91º35.48%87.84%-
HSV(B)190.91º9.36%92.16%-
XYZ71.0177.389.77-
YUV226.07133.04118.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.37%
GREEN value IS 231 (90.62% from 255) = 34.02%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=31.37%
G=34.02%
B=34.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132312350.090.0200.08190.9135.4887.84
HexD5E7EB9208bf2358
Octal32534735311201027743130
Binary11010101111001111110101110011001000101111111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E7EB; }

 p { color: rgb(213,231,235); }

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

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

 a { background-color: rgb(213,231,235); }

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

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

 span { border-color: rgb(213,231,235); }

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