#DBEBF0

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

Shades of Pattens Blue #DBEBF0

Tints of Pattens Blue #DBEBF0

Color information

#DBEBF0 (or 0xDBEBF0) is unknown color: approx Pattens Blue. HEX triplet: DB, EB and F0. RGB value is (219,235,240). Sum of RGB (Red+Green+Blue) = 219+235+240=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF0 is #24140F. Grayscale: #E6E6E6. Windows color (decimal): -2364432 or 15789019. OLE color: 15789019.

HSL color Cylindrical-coordinate representation of color #DBEBF0: hue angle of 194.29º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEBF0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219235240-
CMYK0.090.0200.06
HSL194.29º41.18%90%-
HSV(B)194.29º8.75%94.12%-
XYZ74.6580.7794.09-
YUV230.79133.2119.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 240 (94.14% from 255) = 34.58%
R=31.56%
G=33.86%
B=34.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192352400.090.0200.06194.2941.1890
HexDBEBF09206c2295a
Octal3333533601120630251132
Binary1101101111101011111100001001100110110000101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBF0; }

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

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

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

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

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

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

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

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