#DBE9ED

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

Shades of Pattens Blue #DBE9ED

Tints of Pattens Blue #DBE9ED

Color information

#DBE9ED (or 0xDBE9ED) is unknown color: approx Pattens Blue. HEX triplet: DB, E9 and ED. RGB value is (219,233,237). Sum of RGB (Red+Green+Blue) = 219+233+237=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9ED is #241612. Grayscale: #E5E5E5. Windows color (decimal): -2364947 or 15591899. OLE color: 15591899.

HSL color Cylindrical-coordinate representation of color #DBE9ED: hue angle of 193.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 #DBE9ED is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219233237-
CMYK0.080.0200.07
HSL193.33º33.33%89.41%-
HSV(B)193.33º7.59%92.94%-
XYZ73.6479.4591.58-
YUV229.27132.36120.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 233 (91.41% from 255) = 33.82%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=31.79%
G=33.82%
B=34.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192332370.080.0200.07193.3333.3389.41
HexDBE9ED8207c12159
Octal3333513551020730141131
Binary1101101111101001111011011000100111110000011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9ED; }

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

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

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

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

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

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

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

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