#DBEBF2

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

Shades of Pattens Blue #DBEBF2

Tints of Pattens Blue #DBEBF2

Color information

#DBEBF2 (or 0xDBEBF2) is unknown color: approx Pattens Blue. HEX triplet: DB, EB and F2. RGB value is (219,235,242). Sum of RGB (Red+Green+Blue) = 219+235+242=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF2 is #24140D. Grayscale: #E6E6E6. Windows color (decimal): -2364430 or 15920091. OLE color: 15920091.

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

Color convert

RGB219235242-
CMYK0.100.0300.05
HSL198.26º46.94%90.39%-
HSV(B)198.26º9.5%94.9%-
XYZ74.9580.8995.67-
YUV231.01134.2119.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.47%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 242 (94.92% from 255) = 34.77%
R=31.47%
G=33.76%
B=34.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192352420.100.0300.05198.2646.9490.39
HexDBEBF2A305c62f5a
Octal3333533621230530657132
Binary1101101111101011111100101010110101110001101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBF2; }

 p { color: rgb(219,235,242); }

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

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

 a { background-color: rgb(219,235,242); }

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

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

 span { border-color: rgb(219,235,242); }

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