#D4EBFA

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

Shades of Pattens Blue #D4EBFA

Tints of Pattens Blue #D4EBFA

Color information

#D4EBFA (or 0xD4EBFA) is unknown color: approx Pattens Blue. HEX triplet: D4, EB and FA. RGB value is (212,235,250). Sum of RGB (Red+Green+Blue) = 212+235+250=697 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.42% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EBFA is #2B1405. Grayscale: #E5E5E5. Windows color (decimal): -2823174 or 16444372. OLE color: 16444372.

HSL color Cylindrical-coordinate representation of color #D4EBFA: hue angle of 203.68º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4EBFA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212235250-
CMYK0.150.0600.02
HSL203.68º79.17%90.59%-
HSV(B)203.68º15.2%98.04%-
XYZ74.1280.32102.04-
YUV229.83139.38115.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.42%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=30.42%
G=33.72%
B=35.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122352500.150.0600.02203.6879.1790.59
HexD4EBFAF602cc4f5b
Octal32435337217602314117133
Binary11010100111010111111101011111100101100110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBFA; }

 p { color: rgb(212,235,250); }

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

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

 a { background-color: rgb(212,235,250); }

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

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

 span { border-color: rgb(212,235,250); }

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