#D3EEFA

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

Shades of Pattens Blue #D3EEFA

Tints of Pattens Blue #D3EEFA

Color information

#D3EEFA (or 0xD3EEFA) is unknown color: approx Pattens Blue. HEX triplet: D3, EE and FA. RGB value is (211,238,250). Sum of RGB (Red+Green+Blue) = 211+238+250=699 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.19% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EEFA is #2C1105. Grayscale: #E7E7E7. Windows color (decimal): -2887942 or 16445139. OLE color: 16445139.

HSL color Cylindrical-coordinate representation of color #D3EEFA: hue angle of 198.46º 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 #D3EEFA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211238250-
CMYK0.160.0500.02
HSL198.46º79.59%90.39%-
HSV(B)198.46º15.6%98.04%-
XYZ74.6981.9102.31-
YUV231.3138.55113.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.19%
GREEN value IS 238 (93.36% from 255) = 34.05%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=30.19%
G=34.05%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112382500.160.0500.02198.4679.5990.39
HexD3EEFA10502c6505a
Octal32335637220502306120132
Binary110100111110111011111010100001010101100011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EEFA; }

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

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

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

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

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

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

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

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