#DBE6ED

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

Shades of Pattens Blue #DBE6ED

Tints of Pattens Blue #DBE6ED

Color information

#DBE6ED (or 0xDBE6ED) is unknown color: approx Pattens Blue. HEX triplet: DB, E6 and ED. RGB value is (219,230,237). Sum of RGB (Red+Green+Blue) = 219+230+237=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6ED is #241912. Grayscale: #E3E3E3. Windows color (decimal): -2365715 or 15591131. OLE color: 15591131.

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

Color convert

RGB219230237-
CMYK0.080.0300.07
HSL203.33º33.33%89.41%-
HSV(B)203.33º7.59%92.94%-
XYZ72.877.7791.29-
YUV227.51133.36121.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 230 (90.23% from 255) = 33.53%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=31.92%
G=33.53%
B=34.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192302370.080.0300.07203.3333.3389.41
HexDBE6ED8307cb2159
Octal3333463551030731341131
Binary1101101111100110111011011000110111110010111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6ED; }

 p { color: rgb(219,230,237); }

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

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

 a { background-color: rgb(219,230,237); }

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

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

 span { border-color: rgb(219,230,237); }

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