#DBE7EE

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

Shades of Pattens Blue #DBE7EE

Tints of Pattens Blue #DBE7EE

Color information

#DBE7EE (or 0xDBE7EE) is unknown color: approx Pattens Blue. HEX triplet: DB, E7 and EE. RGB value is (219,231,238). Sum of RGB (Red+Green+Blue) = 219+231+238=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7EE is #241811. Grayscale: #E4E4E4. Windows color (decimal): -2365458 or 15656923. OLE color: 15656923.

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

Color convert

RGB219231238-
CMYK0.080.0300.07
HSL202.11º35.85%89.61%-
HSV(B)202.11º7.98%93.33%-
XYZ73.2278.3892.16-
YUV228.21133.52121.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.83%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=31.83%
G=33.58%
B=34.59%

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
Decimal2192312380.080.0300.07202.1135.8589.61
HexDBE7EE8307ca245a
Octal3333473561030731244132
Binary1101101111100111111011101000110111110010101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7EE; }

 p { color: rgb(219,231,238); }

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

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

 a { background-color: rgb(219,231,238); }

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

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

 span { border-color: rgb(219,231,238); }

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