#DBE8EB

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

Shades of Pattens Blue #DBE8EB

Tints of Pattens Blue #DBE8EB

Color information

#DBE8EB (or 0xDBE8EB) is unknown color: approx Pattens Blue. HEX triplet: DB, E8 and EB. RGB value is (219,232,235). Sum of RGB (Red+Green+Blue) = 219+232+235=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8EB is #241714. Grayscale: #E4E4E4. Windows color (decimal): -2365205 or 15460571. OLE color: 15460571.

HSL color Cylindrical-coordinate representation of color #DBE8EB: hue angle of 191.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE8EB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219232235-
CMYK0.070.0100.08
HSL191.25º28.57%89.02%-
HSV(B)191.25º6.81%92.16%-
XYZ73.0778.7789.95-
YUV228.46131.69121.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=31.92%
G=33.82%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192322350.070.0100.08191.2528.5789.02
HexDBE8EB7108bf1d59
Octal3333503537101027735131
Binary11011011111010001110101111110100010111111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8EB; }

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

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

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

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

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

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

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

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