#D5ECFC

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

Shades of Pattens Blue #D5ECFC

Tints of Pattens Blue #D5ECFC

Color information

#D5ECFC (or 0xD5ECFC) is unknown color: approx Pattens Blue. HEX triplet: D5, EC and FC. RGB value is (213,236,252). Sum of RGB (Red+Green+Blue) = 213+236+252=701 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.39% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECFC is #2A1303. Grayscale: #E6E6E6. Windows color (decimal): -2757380 or 16575701. OLE color: 16575701.

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

Color convert

RGB213236252-
CMYK0.150.0600.01
HSL204.62º86.67%91.18%-
HSV(B)204.62º15.48%98.82%-
XYZ75.0181.17103.81-
YUV230.95139.88115.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.39%
GREEN value IS 236 (92.58% from 255) = 33.67%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=30.39%
G=33.67%
B=35.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132362520.150.0600.01204.6286.6791.18
HexD5ECFCF601cd575b
Octal32535437417601315127133
Binary1101010111101100111111001111110011100110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECFC; }

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

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

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

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

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

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

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

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