#DBDFF2

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

Shades of Hawkes Blue #DBDFF2

Tints of Hawkes Blue #DBDFF2

Color information

#DBDFF2 (or 0xDBDFF2) is unknown color: approx Hawkes Blue. HEX triplet: DB, DF and F2. RGB value is (219,223,242). Sum of RGB (Red+Green+Blue) = 219+223+242=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF2 is #24200D. Grayscale: #DFDFDF. Windows color (decimal): -2367502 or 15917019. OLE color: 15917019.

HSL color Cylindrical-coordinate representation of color #DBDFF2: hue angle of 229.57º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDFF2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219223242-
CMYK0.100.0800.05
HSL229.57º46.94%90.39%-
HSV(B)229.57º9.5%94.9%-
XYZ71.6374.2594.56-
YUV223.97138.17124.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=32.02%
G=32.60%
B=35.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192232420.100.0800.05229.5746.9490.39
HexDBDFF2A805e62f5a
Octal33333736212100534657132
Binary110110111101111111110010101010000101111001101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFF2; }

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

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

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

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

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

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

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

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