#DBEFF8

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

Shades of Pattens Blue #DBEFF8

Tints of Pattens Blue #DBEFF8

Color information

#DBEFF8 (or 0xDBEFF8) is unknown color: approx Pattens Blue. HEX triplet: DB, EF and F8. RGB value is (219,239,248). Sum of RGB (Red+Green+Blue) = 219+239+248=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBEFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF8 is #241007. Grayscale: #E9E9E9. Windows color (decimal): -2363400 or 16314331. OLE color: 16314331.

HSL color Cylindrical-coordinate representation of color #DBEFF8: hue angle of 198.62º 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 #DBEFF8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219239248-
CMYK0.120.0400.03
HSL198.62º67.44%91.57%-
HSV(B)198.62º11.69%97.25%-
XYZ77.0283.57100.88-
YUV234.05135.87117.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.02%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 248 (97.27% from 255) = 35.13%
R=31.02%
G=33.85%
B=35.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192392480.120.0400.03198.6267.4491.57
HexDBEFF8C403c7435c
Octal33335737014403307103134
Binary11011011111011111111100011001000111100011110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFF8; }

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

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

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

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

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

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

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

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