#D9ECFF

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

Shades of Pattens Blue #D9ECFF

Tints of Pattens Blue #D9ECFF

Color information

#D9ECFF (or 0xD9ECFF) is unknown color: approx Pattens Blue. HEX triplet: D9, EC and FF. RGB value is (217,236,255). Sum of RGB (Red+Green+Blue) = 217+236+255=708 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.65% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECFF is #261300. Grayscale: #E8E8E8. Windows color (decimal): -2495233 or 16772313. OLE color: 16772313.

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

Color convert

RGB217236255-
CMYK0.150.0700
HSL210º100%92.55%-
HSV(B)210º14.9%100%-
XYZ76.6681.96106.39-
YUV232.48140.71116.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.65%
GREEN value IS 236 (92.58% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 36.02%
R=30.65%
G=33.33%
B=36.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172362550.150.070021010092.55
HexD9ECFFF700d2645d
Octal33135437717700322144135
Binary1101100111101100111111111111111001101001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECFF; }

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

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

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

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

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

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

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

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