#D5E6EB

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

Shades of Pattens Blue #D5E6EB

Tints of Pattens Blue #D5E6EB

Color information

#D5E6EB (or 0xD5E6EB) is unknown color: approx Pattens Blue. HEX triplet: D5, E6 and EB. RGB value is (213,230,235). Sum of RGB (Red+Green+Blue) = 213+230+235=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E6EB is #2A1914. Grayscale: #E1E1E1. Windows color (decimal): -2758933 or 15460053. OLE color: 15460053.

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

Color convert

RGB213230235-
CMYK0.090.0200.08
HSL193.64º35.48%87.84%-
HSV(B)193.64º9.36%92.16%-
XYZ70.7376.7489.68-
YUV225.49133.37119.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.42%
GREEN value IS 230 (90.23% from 255) = 33.92%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=31.42%
G=33.92%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132302350.090.0200.08193.6435.4887.84
HexD5E6EB9208c22358
Octal32534635311201030243130
Binary11010101111001101110101110011001000110000101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E6EB; }

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

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

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

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

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

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

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

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