#DBDFED

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

Shades of Hawkes Blue #DBDFED

Tints of Hawkes Blue #DBDFED

Color information

#DBDFED (or 0xDBDFED) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and ED. RGB value is (219,223,237). Sum of RGB (Red+Green+Blue) = 219+223+237=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFED is #242012. Grayscale: #DFDFDF. Windows color (decimal): -2367507 or 15589339. OLE color: 15589339.

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

Color convert

RGB219223237-
CMYK0.080.0600.07
HSL226.67º33.33%89.41%-
HSV(B)226.67º7.59%92.94%-
XYZ70.8973.9590.66-
YUV223.4135.67124.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=32.25%
G=32.84%
B=34.90%

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
Decimal2192232370.080.0600.07226.6733.3389.41
HexDBDFED8607e32159
Octal3333373551060734341131
Binary11011011110111111110110110001100111111000111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFED; }

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

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

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

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

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

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

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

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