#DBDFEA

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

Shades of Hawkes Blue #DBDFEA

Tints of Hawkes Blue #DBDFEA

Color information

#DBDFEA (or 0xDBDFEA) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and EA. RGB value is (219,223,234). Sum of RGB (Red+Green+Blue) = 219+223+234=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEA is #242015. Grayscale: #DFDFDF. Windows color (decimal): -2367510 or 15392731. OLE color: 15392731.

HSL color Cylindrical-coordinate representation of color #DBDFEA: hue angle of 224º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDFEA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219223234-
CMYK0.060.0500.08
HSL224º26.32%88.82%-
HSV(B)224º6.41%91.76%-
XYZ70.4573.7888.37-
YUV223.06134.17125.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.40%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=32.40%
G=32.99%
B=34.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192232340.060.0500.0822426.3288.82
HexDBDFEA6508e01a59
Octal3333373526501034032131
Binary1101101111011111111010101101010100011100000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFEA; }

 p { color: rgb(219,223,234); }

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

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

 a { background-color: rgb(219,223,234); }

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

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

 span { border-color: rgb(219,223,234); }

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