#DBDFEB

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

Shades of Hawkes Blue #DBDFEB

Tints of Hawkes Blue #DBDFEB

Color information

#DBDFEB (or 0xDBDFEB) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and EB. RGB value is (219,223,235). Sum of RGB (Red+Green+Blue) = 219+223+235=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEB is #242014. Grayscale: #DFDFDF. Windows color (decimal): -2367509 or 15458267. OLE color: 15458267.

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

Color convert

RGB219223235-
CMYK0.070.0500.08
HSL225º28.57%89.02%-
HSV(B)225º6.81%92.16%-
XYZ70.673.8389.13-
YUV223.17134.67125.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=32.35%
G=32.94%
B=34.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192232350.070.0500.0822528.5789.02
HexDBDFEB7508e11d59
Octal3333373537501034135131
Binary1101101111011111111010111111010100011100001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFEB; }

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

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

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

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

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

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

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

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