#D7E7EF

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

Shades of Pattens Blue #D7E7EF

Tints of Pattens Blue #D7E7EF

Color information

#D7E7EF (or 0xD7E7EF) is unknown color: approx Pattens Blue. HEX triplet: D7, E7 and EF. RGB value is (215,231,239). Sum of RGB (Red+Green+Blue) = 215+231+239=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7E7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E7EF is #281810. Grayscale: #E3E3E3. Windows color (decimal): -2627601 or 15722455. OLE color: 15722455.

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

Color convert

RGB215231239-
CMYK0.100.0300.06
HSL200º42.86%89.02%-
HSV(B)200º10.04%93.73%-
XYZ72.1877.8392.88-
YUV227.13134.7119.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.39%
GREEN value IS 231 (90.62% from 255) = 33.72%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=31.39%
G=33.72%
B=34.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152312390.100.0300.0620042.8689.02
HexD7E7EFA306c82b59
Octal3273473571230631053131
Binary1101011111100111111011111010110110110010001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7EF; }

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

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

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

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

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

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

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

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