#D5E3EB

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

Shades of Pattens Blue #D5E3EB

Tints of Pattens Blue #D5E3EB

Color information

#D5E3EB (or 0xD5E3EB) is unknown color: approx Pattens Blue. HEX triplet: D5, E3 and EB. RGB value is (213,227,235). Sum of RGB (Red+Green+Blue) = 213+227+235=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E3EB is #2A1C14. Grayscale: #DFDFDF. Windows color (decimal): -2759701 or 15459285. OLE color: 15459285.

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

Color convert

RGB213227235-
CMYK0.090.0300.08
HSL201.82º35.48%87.84%-
HSV(B)201.82º9.36%92.16%-
XYZ69.9175.0889.41-
YUV223.73134.36120.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 227 (89.06% from 255) = 33.63%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=31.56%
G=33.63%
B=34.81%

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
Decimal2132272350.090.0300.08201.8235.4887.84
HexD5E3EB9308ca2358
Octal32534335311301031243130
Binary11010101111000111110101110011101000110010101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E3EB; }

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

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

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

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

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

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

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

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