#D3ECF8

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

Shades of Pattens Blue #D3ECF8

Tints of Pattens Blue #D3ECF8

Color information

#D3ECF8 (or 0xD3ECF8) is unknown color: approx Pattens Blue. HEX triplet: D3, EC and F8. RGB value is (211,236,248). Sum of RGB (Red+Green+Blue) = 211+236+248=695 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.36% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3ECF8 is #2C1307. Grayscale: #E5E5E5. Windows color (decimal): -2888456 or 16313555. OLE color: 16313555.

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

Color convert

RGB211236248-
CMYK0.150.0500.03
HSL199.46º72.55%90%-
HSV(B)199.46º14.92%97.25%-
XYZ73.880.62100.48-
YUV229.89138.22114.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.36%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=30.36%
G=33.96%
B=35.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2112362480.150.0500.03199.4672.5590
HexD3ECF8F503c7495a
Octal32335437017503307111132
Binary11010011111011001111100011111010111100011110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ECF8; }

 p { color: rgb(211,236,248); }

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

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

 a { background-color: rgb(211,236,248); }

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

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

 span { border-color: rgb(211,236,248); }

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