#D4E4F0

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

Shades of Pattens Blue #D4E4F0

Tints of Pattens Blue #D4E4F0

Color information

#D4E4F0 (or 0xD4E4F0) is unknown color: approx Pattens Blue. HEX triplet: D4, E4 and F0. RGB value is (212,228,240). Sum of RGB (Red+Green+Blue) = 212+228+240=680 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.18% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4E4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E4F0 is #2B1B0F. Grayscale: #E0E0E0. Windows color (decimal): -2824976 or 15787220. OLE color: 15787220.

HSL color Cylindrical-coordinate representation of color #D4E4F0: hue angle of 205.71º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4E4F0 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212228240-
CMYK0.120.0500.06
HSL205.71º48.28%88.63%-
HSV(B)205.71º11.67%94.12%-
XYZ70.6275.7893.34-
YUV224.58136.7119.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.18%
GREEN value IS 228 (89.45% from 255) = 33.53%
BLUE value IS 240 (94.14% from 255) = 35.29%
R=31.18%
G=33.53%
B=35.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122282400.120.0500.06205.7148.2888.63
HexD4E4F0C506ce3059
Octal3243443601450631660131
Binary11010100111001001111000011001010110110011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E4F0; }

 p { color: rgb(212,228,240); }

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

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

 a { background-color: rgb(212,228,240); }

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

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

 span { border-color: rgb(212,228,240); }

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