#DBEBF1

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

Shades of Pattens Blue #DBEBF1

Tints of Pattens Blue #DBEBF1

Color information

#DBEBF1 (or 0xDBEBF1) is unknown color: approx Pattens Blue. HEX triplet: DB, EB and F1. RGB value is (219,235,241). Sum of RGB (Red+Green+Blue) = 219+235+241=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF1 is #24140E. Grayscale: #E6E6E6. Windows color (decimal): -2364431 or 15854555. OLE color: 15854555.

HSL color Cylindrical-coordinate representation of color #DBEBF1: hue angle of 196.36º 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 #DBEBF1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219235241-
CMYK0.090.0200.05
HSL196.36º44%90.2%-
HSV(B)196.36º9.13%94.51%-
XYZ74.880.8394.88-
YUV230.9133.7119.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.51%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 241 (94.53% from 255) = 34.68%
R=31.51%
G=33.81%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192352410.090.0200.05196.364490.2
HexDBEBF19205c42c5a
Octal3333533611120530454132
Binary1101101111101011111100011001100101110001001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBF1; }

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

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

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

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

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

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

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

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