#DBE4E7

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

Shades of Pattens Blue #DBE4E7

Tints of Pattens Blue #DBE4E7

Color information

#DBE4E7 (or 0xDBE4E7) is unknown color: approx Pattens Blue. HEX triplet: DB, E4 and E7. RGB value is (219,228,231). Sum of RGB (Red+Green+Blue) = 219+228+231=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBE4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4E7 is #241B18. Grayscale: #E1E1E1. Windows color (decimal): -2366233 or 15197403. OLE color: 15197403.

HSL color Cylindrical-coordinate representation of color #DBE4E7: hue angle of 195º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE4E7 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219228231-
CMYK0.050.0100.09
HSL195º20%88.24%-
HSV(B)195º5.19%90.59%-
XYZ71.3876.3286.57-
YUV225.65131.02123.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 228 (89.45% from 255) = 33.63%
BLUE value IS 231 (90.62% from 255) = 34.07%
R=32.30%
G=33.63%
B=34.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192282310.050.0100.091952088.24
HexDBE4E75109c31458
Octal3333443475101130324130
Binary11011011111001001110011110110100111000011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE4E7; }

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

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

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

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

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

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

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

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