#DBDFEE

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

Shades of Hawkes Blue #DBDFEE

Tints of Hawkes Blue #DBDFEE

Color information

#DBDFEE (or 0xDBDFEE) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and EE. RGB value is (219,223,238). Sum of RGB (Red+Green+Blue) = 219+223+238=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFEE is #242011. Grayscale: #DFDFDF. Windows color (decimal): -2367506 or 15654875. OLE color: 15654875.

HSL color Cylindrical-coordinate representation of color #DBDFEE: hue angle of 227.37º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDFEE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219223238-
CMYK0.080.0600.07
HSL227.37º35.85%89.61%-
HSV(B)227.37º7.98%93.33%-
XYZ71.0374.0191.43-
YUV223.51136.17124.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 238 (93.36% from 255) = 35%
R=32.21%
G=32.79%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192232380.080.0600.07227.3735.8589.61
HexDBDFEE8607e3245a
Octal3333373561060734344132
Binary11011011110111111110111010001100111111000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFEE; }

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

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

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

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

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

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

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

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