Html Css Color HEX #DBE3F0 Hawkes Blue

📋 copy color: '#DBE3F0'

red 219 ◦ green 227 ◦ blue 240

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

Shades of Hawkes Blue #DBE3F0

Tints of Hawkes Blue #DBE3F0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.09%

 BLUE value IS 240 (94.14% from 255) = 34.99%

R = 31.92%
G = 33.09%
B = 34.99%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBE3F0 (or 0xDBE3F0) is known color: Hawkes Blue. HEX triplet: DB, E3 and F0. RGB value is (219,227,240). Sum of RGB (Red+Green+Blue) = 219+227+240=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3F0 is #241C0F. Grayscale: #E2E2E2. Windows color (decimal): -2366480 or 15786971. OLE color: 15786971.

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

Color convert

RGB 219 227 240 -
CMYK 0.09 0.05 0 0.06
HSL 217.14º 0.41% 0.9% -
HSV(B) 217.14º 0.09% 0.94% -
XYZ 72.41 76.29 93.35 -
YUV 226.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 219 227 240 0.09 0.05 0 0.06 217.14 0.41 0.9
Hex DB E3 F0 9 5 0 6 D9 29 5A
Octal 333 343 360 11 5 0 6 331 51 132
Binary 11011011 11100011 11110000 1001 101 0 110 11011001 101001 1011010

Color Harmonies of #DBE3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE3F0

Black with #DBE3F0

Text Example


Text Example

White with #DBE3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE3F0; }

 p { color: rgb(219,227,240); }

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

background-color css

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

 a { background-color: rgb(219,227,240); }

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

border-color css

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

 span { border-color: rgb(219,227,240); }

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