#DBE7F3

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

Shades of Pattens Blue #DBE7F3

Tints of Pattens Blue #DBE7F3

Color information

#DBE7F3 (or 0xDBE7F3) is unknown color: approx Pattens Blue. HEX triplet: DB, E7 and F3. RGB value is (219,231,243). Sum of RGB (Red+Green+Blue) = 219+231+243=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBE7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7F3 is #24180C. Grayscale: #E4E4E4. Windows color (decimal): -2365453 or 15984603. OLE color: 15984603.

HSL color Cylindrical-coordinate representation of color #DBE7F3: hue angle of 210º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE7F3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219231243-
CMYK0.100.0500.05
HSL210º50%90.59%-
HSV(B)210º9.88%95.29%-
XYZ73.9778.6896.08-
YUV228.78136.02121.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 231 (90.62% from 255) = 33.33%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=31.60%
G=33.33%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192312430.100.0500.052105090.59
HexDBE7F3A505d2325b
Octal3333473631250532262133
Binary11011011111001111111001110101010101110100101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7F3; }

 p { color: rgb(219,231,243); }

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

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

 a { background-color: rgb(219,231,243); }

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

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

 span { border-color: rgb(219,231,243); }

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