#DBE9F1

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

Shades of Pattens Blue #DBE9F1

Tints of Pattens Blue #DBE9F1

Color information

#DBE9F1 (or 0xDBE9F1) is unknown color: approx Pattens Blue. HEX triplet: DB, E9 and F1. RGB value is (219,233,241). Sum of RGB (Red+Green+Blue) = 219+233+241=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9F1 is #24160E. Grayscale: #E5E5E5. Windows color (decimal): -2364943 or 15854043. OLE color: 15854043.

HSL color Cylindrical-coordinate representation of color #DBE9F1: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE9F1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219233241-
CMYK0.090.0300.05
HSL201.82º44%90.2%-
HSV(B)201.82º9.13%94.51%-
XYZ74.2379.6994.69-
YUV229.73134.36120.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 233 (91.41% from 255) = 33.62%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=31.60%
G=33.62%
B=34.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192332410.090.0300.05201.824490.2
HexDBE9F19305ca2c5a
Octal3333513611130531254132
Binary1101101111101001111100011001110101110010101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9F1; }

 p { color: rgb(219,233,241); }

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

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

 a { background-color: rgb(219,233,241); }

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

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

 span { border-color: rgb(219,233,241); }

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