#D5E4EB

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

Shades of Pattens Blue #D5E4EB

Tints of Pattens Blue #D5E4EB

Color information

#D5E4EB (or 0xD5E4EB) is unknown color: approx Pattens Blue. HEX triplet: D5, E4 and EB. RGB value is (213,228,235). Sum of RGB (Red+Green+Blue) = 213+228+235=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E4EB is #2A1B14. Grayscale: #E0E0E0. Windows color (decimal): -2759445 or 15459541. OLE color: 15459541.

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

Color convert

RGB213228235-
CMYK0.090.0300.08
HSL199.09º35.48%87.84%-
HSV(B)199.09º9.36%92.16%-
XYZ70.1875.6389.5-
YUV224.31134.03119.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.51%
GREEN value IS 228 (89.45% from 255) = 33.73%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=31.51%
G=33.73%
B=34.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132282350.090.0300.08199.0935.4887.84
HexD5E4EB9308c72358
Octal32534435311301030743130
Binary11010101111001001110101110011101000110001111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E4EB; }

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

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

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

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

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

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

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

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