#D5E5F7

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

Shades of Pattens Blue #D5E5F7

Tints of Pattens Blue #D5E5F7

Color information

#D5E5F7 (or 0xD5E5F7) is unknown color: approx Pattens Blue. HEX triplet: D5, E5 and F7. RGB value is (213,229,247). Sum of RGB (Red+Green+Blue) = 213+229+247=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5E5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E5F7 is #2A1A08. Grayscale: #E2E2E2. Windows color (decimal): -2759177 or 16246229. OLE color: 16246229.

HSL color Cylindrical-coordinate representation of color #D5E5F7: hue angle of 211.76º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5E5F7 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213229247-
CMYK0.140.0700.03
HSL211.76º68%90.2%-
HSV(B)211.76º13.77%96.86%-
XYZ72.2576.999.03-
YUV226.27139.7118.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.91%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=30.91%
G=33.24%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132292470.140.0700.03211.766890.2
HexD5E5F7E703d4445a
Octal32534536716703324104132
Binary11010101111001011111011111101110111101010010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E5F7; }

 p { color: rgb(213,229,247); }

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

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

 a { background-color: rgb(213,229,247); }

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

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

 span { border-color: rgb(213,229,247); }

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