#D3E5F3

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

Shades of Pattens Blue #D3E5F3

Tints of Pattens Blue #D3E5F3

Color information

#D3E5F3 (or 0xD3E5F3) is unknown color: approx Pattens Blue. HEX triplet: D3, E5 and F3. RGB value is (211,229,243). Sum of RGB (Red+Green+Blue) = 211+229+243=683 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.89% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3E5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E5F3 is #2C1A0C. Grayscale: #E1E1E1. Windows color (decimal): -2890253 or 15984083. OLE color: 15984083.

HSL color Cylindrical-coordinate representation of color #D3E5F3: hue angle of 206.25º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3E5F3 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211229243-
CMYK0.130.0600.05
HSL206.25º57.14%89.02%-
HSV(B)206.25º13.17%95.29%-
XYZ71.0676.3695.79-
YUV225.21138.04117.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.89%
GREEN value IS 229 (89.84% from 255) = 33.53%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=30.89%
G=33.53%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112292430.130.0600.05206.2557.1489.02
HexD3E5F3D605ce3959
Octal3233453631560531671131
Binary11010011111001011111001111011100101110011101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E5F3; }

 p { color: rgb(211,229,243); }

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

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

 a { background-color: rgb(211,229,243); }

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

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

 span { border-color: rgb(211,229,243); }

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