#D5E3EF

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

Shades of Pattens Blue #D5E3EF

Tints of Pattens Blue #D5E3EF

Color information

#D5E3EF (or 0xD5E3EF) is unknown color: approx Pattens Blue. HEX triplet: D5, E3 and EF. RGB value is (213,227,239). Sum of RGB (Red+Green+Blue) = 213+227+239=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E3EF is #2A1C10. Grayscale: #E0E0E0. Windows color (decimal): -2759697 or 15721429. OLE color: 15721429.

HSL color Cylindrical-coordinate representation of color #D5E3EF: hue angle of 207.69º 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 #D5E3EF is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213227239-
CMYK0.110.0500.06
HSL207.69º44.83%88.63%-
HSV(B)207.69º10.88%93.73%-
XYZ70.4975.3292.48-
YUV224.18136.36120.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.37%
GREEN value IS 227 (89.06% from 255) = 33.43%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=31.37%
G=33.43%
B=35.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132272390.110.0500.06207.6944.8388.63
HexD5E3EFB506d02d59
Octal3253433571350632055131
Binary11010101111000111110111110111010110110100001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E3EF; }

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

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

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

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

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

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

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

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