#DBDFE7

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

Shades of Hawkes Blue #DBDFE7

Tints of Hawkes Blue #DBDFE7

Color information

#DBDFE7 (or 0xDBDFE7) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and E7. RGB value is (219,223,231). Sum of RGB (Red+Green+Blue) = 219+223+231=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFE7 is #242018. Grayscale: #DEDEDE. Windows color (decimal): -2367513 or 15196123. OLE color: 15196123.

HSL color Cylindrical-coordinate representation of color #DBDFE7: hue angle of 220º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDFE7 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219223231-
CMYK0.050.0300.09
HSL220º20%88.24%-
HSV(B)220º5.19%90.59%-
XYZ70.0273.686.12-
YUV222.72132.67125.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 231 (90.62% from 255) = 34.32%
R=32.54%
G=33.14%
B=34.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192232310.050.0300.092202088.24
HexDBDFE75309dc1458
Octal3333373475301133424130
Binary110110111101111111100111101110100111011100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFE7; }

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

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

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

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

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

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

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

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