#D5E1EB

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

Shades of Pattens Blue #D5E1EB

Tints of Pattens Blue #D5E1EB

Color information

#D5E1EB (or 0xD5E1EB) is unknown color: approx Pattens Blue. HEX triplet: D5, E1 and EB. RGB value is (213,225,235). Sum of RGB (Red+Green+Blue) = 213+225+235=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E1EB is #2A1E14. Grayscale: #DEDEDE. Windows color (decimal): -2760213 or 15458773. OLE color: 15458773.

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

Color convert

RGB213225235-
CMYK0.090.0400.08
HSL207.27º35.48%87.84%-
HSV(B)207.27º9.36%92.16%-
XYZ69.3673.9989.22-
YUV222.55135.02121.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 225 (88.28% from 255) = 33.43%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=31.65%
G=33.43%
B=34.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132252350.090.0400.08207.2735.4887.84
HexD5E1EB9408cf2358
Octal32534135311401031743130
Binary110101011110000111101011100110001000110011111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1EB; }

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

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

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

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

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

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

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

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