#D3EBFA

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

Shades of Pattens Blue #D3EBFA

Tints of Pattens Blue #D3EBFA

Color information

#D3EBFA (or 0xD3EBFA) is unknown color: approx Pattens Blue. HEX triplet: D3, EB and FA. RGB value is (211,235,250). Sum of RGB (Red+Green+Blue) = 211+235+250=696 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.32% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBFA is #2C1405. Grayscale: #E5E5E5. Windows color (decimal): -2888710 or 16444371. OLE color: 16444371.

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

Color convert

RGB211235250-
CMYK0.160.0600.02
HSL203.08º79.59%90.39%-
HSV(B)203.08º15.6%98.04%-
XYZ73.8380.17102.03-
YUV229.53139.55114.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.32%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=30.32%
G=33.76%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112352500.160.0600.02203.0879.5990.39
HexD3EBFA10602cb505a
Octal32335337220602313120132
Binary110100111110101111111010100001100101100101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EBFA; }

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

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

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

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

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

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

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

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