#D9ECFE

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

Shades of Pattens Blue #D9ECFE

Tints of Pattens Blue #D9ECFE

Color information

#D9ECFE (or 0xD9ECFE) is unknown color: approx Pattens Blue. HEX triplet: D9, EC and FE. RGB value is (217,236,254). Sum of RGB (Red+Green+Blue) = 217+236+254=707 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.69% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECFE is #261301. Grayscale: #E8E8E8. Windows color (decimal): -2495234 or 16706777. OLE color: 16706777.

HSL color Cylindrical-coordinate representation of color #D9ECFE: hue angle of 209.19º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9ECFE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217236254-
CMYK0.150.0700.00
HSL209.19º94.87%92.35%-
HSV(B)209.19º14.57%99.61%-
XYZ76.581.9105.54-
YUV232.37140.21117.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.69%
GREEN value IS 236 (92.58% from 255) = 33.38%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=30.69%
G=33.38%
B=35.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172362540.150.0700.00209.1994.8792.35
HexD9ECFEF700d15f5c
Octal33135437617700321137134
Binary1101100111101100111111101111111001101000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECFE; }

 p { color: rgb(217,236,254); }

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

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

 a { background-color: rgb(217,236,254); }

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

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

 span { border-color: rgb(217,236,254); }

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