#DBECFC

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

Shades of Pattens Blue #DBECFC

Tints of Pattens Blue #DBECFC

Color information

#DBECFC (or 0xDBECFC) is unknown color: approx Pattens Blue. HEX triplet: DB, EC and FC. RGB value is (219,236,252). Sum of RGB (Red+Green+Blue) = 219+236+252=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECFC is #241303. Grayscale: #E8E8E8. Windows color (decimal): -2364164 or 16575707. OLE color: 16575707.

HSL color Cylindrical-coordinate representation of color #DBECFC: hue angle of 209.09º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBECFC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219236252-
CMYK0.130.0600.01
HSL209.09º84.62%92.35%-
HSV(B)209.09º13.1%98.82%-
XYZ76.7882.08103.89-
YUV232.74138.87118.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.98%
GREEN value IS 236 (92.58% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=30.98%
G=33.38%
B=35.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192362520.130.0600.01209.0984.6292.35
HexDBECFCD601d1555c
Octal33335437415601321125134
Binary1101101111101100111111001101110011101000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECFC; }

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

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

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

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

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

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

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

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