Html Css Color HEX #DBE2F1 Hawkes Blue

📋 copy color: '#DBE2F1'

red 219 ◦ green 226 ◦ blue 241

#DBE2F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #DBE2F1

Tints of Hawkes Blue #DBE2F1

RGB

 RED value IS 219 (85.94% from 255) = 31.92%

 GREEN value IS 226 (88.67% from 255) = 32.94%

 BLUE value IS 241 (94.53% from 255) = 35.13%

R = 31.92%
G = 32.94%
B = 35.13%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBE2F1 (or 0xDBE2F1) is known color: Hawkes Blue. HEX triplet: DB, E2 and F1. RGB value is (219,226,241). Sum of RGB (Red+Green+Blue) = 219+226+241=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2F1 is #241D0E. Grayscale: #E1E1E1. Windows color (decimal): -2366735 or 15852251. OLE color: 15852251.

HSL color Cylindrical-coordinate representation of color #DBE2F1: hue angle of 220.91º 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 #DBE2F1 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 226 241 -
CMYK 0.09 0.06 0 0.05
HSL 220.91º 0.44% 0.9% -
HSV(B) 220.91º 0.09% 0.95% -
XYZ 72.29 75.8 94.04 -
YUV 225.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 219 226 241 0.09 0.06 0 0.05 220.91 0.44 0.9
Hex DB E2 F1 9 6 0 5 DD 2C 5A
Octal 333 342 361 11 6 0 5 335 54 132
Binary 11011011 11100010 11110001 1001 110 0 101 11011101 101100 1011010

Color Harmonies of #DBE2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE2F1

Black with #DBE2F1

Text Example


Text Example

White with #DBE2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE2F1; }

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

 H1.HeaderClassName
 {
   color: #DBE2F1;
 }
 .AnyTagClassName
 {
   color: #DBE2F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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