#DBEBF3

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

Shades of Pattens Blue #DBEBF3

Tints of Pattens Blue #DBEBF3

Color information

#DBEBF3 (or 0xDBEBF3) is unknown color: approx Pattens Blue. HEX triplet: DB, EB and F3. RGB value is (219,235,243). Sum of RGB (Red+Green+Blue) = 219+235+243=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF3 is #24140C. Grayscale: #E7E7E7. Windows color (decimal): -2364429 or 15985627. OLE color: 15985627.

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

Color convert

RGB219235243-
CMYK0.100.0300.05
HSL200º50%90.59%-
HSV(B)200º9.88%95.29%-
XYZ75.180.9596.46-
YUV231.13134.7119.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.42%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=31.42%
G=33.72%
B=34.86%

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
Decimal2192352430.100.0300.052005090.59
HexDBEBF3A305c8325b
Octal3333533631230531062133
Binary1101101111101011111100111010110101110010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBF3; }

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

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

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

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

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

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

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

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