#D5E1EF

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

Shades of Pattens Blue #D5E1EF

Tints of Pattens Blue #D5E1EF

Color information

#D5E1EF (or 0xD5E1EF) is unknown color: approx Pattens Blue. HEX triplet: D5, E1 and EF. RGB value is (213,225,239). Sum of RGB (Red+Green+Blue) = 213+225+239=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E1EF is #2A1E10. Grayscale: #DEDEDE. Windows color (decimal): -2760209 or 15720917. OLE color: 15720917.

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

Color convert

RGB213225239-
CMYK0.110.0600.06
HSL212.31º44.83%88.63%-
HSV(B)212.31º10.88%93.73%-
XYZ69.9574.2392.3-
YUV223.01137.02120.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.46%
GREEN value IS 225 (88.28% from 255) = 33.23%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=31.46%
G=33.23%
B=35.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132252390.110.0600.06212.3144.8388.63
HexD5E1EFB606d42d59
Octal3253413571360632455131
Binary11010101111000011110111110111100110110101001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1EF; }

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

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

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

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

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

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

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

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