#DBECF9

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

Shades of Pattens Blue #DBECF9

Tints of Pattens Blue #DBECF9

Color information

#DBECF9 (or 0xDBECF9) is unknown color: approx Pattens Blue. HEX triplet: DB, EC and F9. RGB value is (219,236,249). Sum of RGB (Red+Green+Blue) = 219+236+249=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF9 is #241306. Grayscale: #E8E8E8. Windows color (decimal): -2364167 or 16379099. OLE color: 16379099.

HSL color Cylindrical-coordinate representation of color #DBECF9: hue angle of 206º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBECF9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219236249-
CMYK0.120.0500.02
HSL206º71.43%91.76%-
HSV(B)206º12.05%97.65%-
XYZ76.3181.89101.41-
YUV232.4137.37118.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.11%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=31.11%
G=33.52%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192362490.120.0500.0220671.4391.76
HexDBECF9C502ce475c
Octal33335437114502316107134
Binary11011011111011001111100111001010101100111010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECF9; }

 p { color: rgb(219,236,249); }

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

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

 a { background-color: rgb(219,236,249); }

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

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

 span { border-color: rgb(219,236,249); }

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