#DBECF8

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

Shades of Pattens Blue #DBECF8

Tints of Pattens Blue #DBECF8

Color information

#DBECF8 (or 0xDBECF8) is unknown color: approx Pattens Blue. HEX triplet: DB, EC and F8. RGB value is (219,236,248). Sum of RGB (Red+Green+Blue) = 219+236+248=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECF8 is #241307. Grayscale: #E8E8E8. Windows color (decimal): -2364168 or 16313563. OLE color: 16313563.

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

Color convert

RGB219236248-
CMYK0.120.0500.03
HSL204.83º67.44%91.57%-
HSV(B)204.83º11.69%97.25%-
XYZ76.1581.83100.59-
YUV232.28136.87118.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.15%
GREEN value IS 236 (92.58% from 255) = 33.57%
BLUE value IS 248 (97.27% from 255) = 35.28%
R=31.15%
G=33.57%
B=35.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192362480.120.0500.03204.8367.4491.57
HexDBECF8C503cd435c
Octal33335437014503315103134
Binary11011011111011001111100011001010111100110110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECF8; }

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

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

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

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

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

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

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

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