#D9ECFC

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

Shades of Pattens Blue #D9ECFC

Tints of Pattens Blue #D9ECFC

Color information

#D9ECFC (or 0xD9ECFC) is unknown color: approx Pattens Blue. HEX triplet: D9, EC and FC. RGB value is (217,236,252). Sum of RGB (Red+Green+Blue) = 217+236+252=705 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.78% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECFC is #261303. Grayscale: #E8E8E8. Windows color (decimal): -2495236 or 16575705. OLE color: 16575705.

HSL color Cylindrical-coordinate representation of color #D9ECFC: hue angle of 207.43º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9ECFC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217236252-
CMYK0.140.0600.01
HSL207.43º85.37%91.96%-
HSV(B)207.43º13.89%98.82%-
XYZ76.1881.77103.86-
YUV232.14139.21117.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.78%
GREEN value IS 236 (92.58% from 255) = 33.48%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=30.78%
G=33.48%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172362520.140.0600.01207.4385.3791.96
HexD9ECFCE601cf555c
Octal33135437416601317125134
Binary1101100111101100111111001110110011100111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECFC; }

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

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

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

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

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

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

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

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