#D5E7EF

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

Shades of Pattens Blue #D5E7EF

Tints of Pattens Blue #D5E7EF

Color information

#D5E7EF (or 0xD5E7EF) is unknown color: approx Pattens Blue. HEX triplet: D5, E7 and EF. RGB value is (213,231,239). Sum of RGB (Red+Green+Blue) = 213+231+239=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5E7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E7EF is #2A1810. Grayscale: #E2E2E2. Windows color (decimal): -2758673 or 15722453. OLE color: 15722453.

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

Color convert

RGB213231239-
CMYK0.110.0300.06
HSL198.46º44.83%88.63%-
HSV(B)198.46º10.88%93.73%-
XYZ71.677.5392.85-
YUV226.53135.04118.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.19%
GREEN value IS 231 (90.62% from 255) = 33.82%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=31.19%
G=33.82%
B=34.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132312390.110.0300.06198.4644.8388.63
HexD5E7EFB306c62d59
Octal3253473571330630655131
Binary1101010111100111111011111011110110110001101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E7EF; }

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

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

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

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

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

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

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

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