#D6ECFD

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

Shades of Pattens Blue #D6ECFD

Tints of Pattens Blue #D6ECFD

Color information

#D6ECFD (or 0xD6ECFD) is unknown color: approx Pattens Blue. HEX triplet: D6, EC and FD. RGB value is (214,236,253). Sum of RGB (Red+Green+Blue) = 214+236+253=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECFD is #291302. Grayscale: #E7E7E7. Windows color (decimal): -2691843 or 16641238. OLE color: 16641238.

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

Color convert

RGB214236253-
CMYK0.150.0700.01
HSL206.15º90.7%91.57%-
HSV(B)206.15º15.42%99.22%-
XYZ75.4681.38104.66-
YUV231.36140.21115.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.44%
GREEN value IS 236 (92.58% from 255) = 33.57%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=30.44%
G=33.57%
B=35.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142362530.150.0700.01206.1590.791.57
HexD6ECFDF701ce5b5c
Octal32635437517701316133134
Binary1101011011101100111111011111111011100111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECFD; }

 p { color: rgb(214,236,253); }

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

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

 a { background-color: rgb(214,236,253); }

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

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

 span { border-color: rgb(214,236,253); }

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