#D2ECF8

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

Shades of Pattens Blue #D2ECF8

Tints of Pattens Blue #D2ECF8

Color information

#D2ECF8 (or 0xD2ECF8) is unknown color: approx Pattens Blue. HEX triplet: D2, EC and F8. RGB value is (210,236,248). Sum of RGB (Red+Green+Blue) = 210+236+248=694 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.26% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2ECF8 is #2D1307. Grayscale: #E5E5E5. Windows color (decimal): -2953992 or 16313554. OLE color: 16313554.

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

Color convert

RGB210236248-
CMYK0.150.0500.03
HSL198.95º73.08%89.8%-
HSV(B)198.95º15.32%97.25%-
XYZ73.5280.47100.46-
YUV229.59138.39114.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.26%
GREEN value IS 236 (92.58% from 255) = 34.01%
BLUE value IS 248 (97.27% from 255) = 35.73%
R=30.26%
G=34.01%
B=35.73%

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
Decimal2102362480.150.0500.03198.9573.0889.8
HexD2ECF8F503c7495a
Octal32235437017503307111132
Binary11010010111011001111100011111010111100011110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECF8; }

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

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

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

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

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

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

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

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