#DBEEFD

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

Shades of Pattens Blue #DBEEFD

Tints of Pattens Blue #DBEEFD

Color information

#DBEEFD (or 0xDBEEFD) is unknown color: approx Pattens Blue. HEX triplet: DB, EE and FD. RGB value is (219,238,253). Sum of RGB (Red+Green+Blue) = 219+238+253=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFD is #241102. Grayscale: #E9E9E9. Windows color (decimal): -2363651 or 16641755. OLE color: 16641755.

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

Color convert

RGB219238253-
CMYK0.130.0600.01
HSL206.47º89.47%92.55%-
HSV(B)206.47º13.44%99.22%-
XYZ77.5283.3104.92-
YUV234.03138.71117.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.85%
GREEN value IS 238 (93.36% from 255) = 33.52%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=30.85%
G=33.52%
B=35.63%

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
Decimal2192382530.130.0600.01206.4789.4792.55
HexDBEEFDD601ce595d
Octal33335637515601316131135
Binary1101101111101110111111011101110011100111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEFD; }

 p { color: rgb(219,238,253); }

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

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

 a { background-color: rgb(219,238,253); }

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

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

 span { border-color: rgb(219,238,253); }

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