#DBECF1

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

Shades of Pattens Blue #DBECF1

Tints of Pattens Blue #DBECF1

Color information

#DBECF1 (or 0xDBECF1) is unknown color: approx Pattens Blue. HEX triplet: DB, EC and F1. RGB value is (219,236,241). Sum of RGB (Red+Green+Blue) = 219+236+241=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF1 is #24130E. Grayscale: #E7E7E7. Windows color (decimal): -2364175 or 15854811. OLE color: 15854811.

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

Color convert

RGB219236241-
CMYK0.090.0200.05
HSL193.64º44%90.2%-
HSV(B)193.64º9.13%94.51%-
XYZ75.0981.494.97-
YUV231.49133.37119.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.47%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 241 (94.53% from 255) = 34.63%
R=31.47%
G=33.91%
B=34.63%

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
Decimal2192362410.090.0200.05193.644490.2
HexDBECF19205c22c5a
Octal3333543611120530254132
Binary1101101111101100111100011001100101110000101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECF1; }

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

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

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

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

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

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

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

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