#D5ECFB

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

Shades of Pattens Blue #D5ECFB

Tints of Pattens Blue #D5ECFB

Color information

#D5ECFB (or 0xD5ECFB) is unknown color: approx Pattens Blue. HEX triplet: D5, EC and FB. RGB value is (213,236,251). Sum of RGB (Red+Green+Blue) = 213+236+251=700 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.43% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECFB is #2A1304. Grayscale: #E6E6E6. Windows color (decimal): -2757381 or 16510165. OLE color: 16510165.

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

Color convert

RGB213236251-
CMYK0.150.0600.02
HSL203.68º82.61%90.98%-
HSV(B)203.68º15.14%98.43%-
XYZ74.8581.1102.98-
YUV230.83139.38115.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.43%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=30.43%
G=33.71%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132362510.150.0600.02203.6882.6190.98
HexD5ECFBF602cc535b
Octal32535437317602314123133
Binary11010101111011001111101111111100101100110010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECFB; }

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

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

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

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

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

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

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

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