#d3e6fb

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

Shades of Pattens Blue #D3E6FB

Tints of Pattens Blue #D3E6FB

Color information

#D3E6FB (or 0xD3E6FB) is unknown color: approx Pattens Blue. HEX triplet: D3, E6 and FB. RGB value is (211,230,251). Sum of RGB (Red+Green+Blue) = 211+230+251=692 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.49% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3E6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3E6FB is #2C1904. Grayscale: #E2E2E2. Windows color (decimal): -2889989 or 16508627. OLE color: 16508627.

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

Color convert

RGB211230251-
CMYK0.160.0800.02
HSL211.5º83.33%90.59%-
HSV(B)211.5º15.94%98.43%-
XYZ72.5777.41102.38-
YUV226.71141.71116.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.49%
GREEN value IS 230 (90.23% from 255) = 33.24%
BLUE value IS 251 (98.44% from 255) = 36.27%
R=30.49%
G=33.24%
B=36.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112302510.160.0800.02211.583.3390.59
HexD3E6FB10802d4535b
Octal323346373201002324123133
Binary1101001111100110111110111000010000101101010010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3e6fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3e6fb; }

 p { color: rgb(211,230,251); }

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

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

 a { background-color: rgb(211,230,251); }

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

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

 span { border-color: rgb(211,230,251); }

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