#DBDFF1

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

Shades of Hawkes Blue #DBDFF1

Tints of Hawkes Blue #DBDFF1

Color information

#DBDFF1 (or 0xDBDFF1) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and F1. RGB value is (219,223,241). Sum of RGB (Red+Green+Blue) = 219+223+241=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF1 is #24200E. Grayscale: #DFDFDF. Windows color (decimal): -2367503 or 15851483. OLE color: 15851483.

HSL color Cylindrical-coordinate representation of color #DBDFF1: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDFF1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219223241-
CMYK0.090.0700.05
HSL229.09º44%90.2%-
HSV(B)229.09º9.13%94.51%-
XYZ71.4874.1993.77-
YUV223.86137.67124.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=32.06%
G=32.65%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192232410.090.0700.05229.094490.2
HexDBDFF19705e52c5a
Octal3333373611170534554132
Binary11011011110111111111000110011110101111001011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFF1; }

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

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

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

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

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

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

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

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