Html Css Color HEX #DBE0F4 Hawkes Blue

📋 copy color: '#DBE0F4'

red 219 ◦ green 224 ◦ blue 244

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

Shades of Hawkes Blue #DBE0F4

Tints of Hawkes Blue #DBE0F4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.61%

 BLUE value IS 244 (95.7% from 255) = 35.52%

R = 31.88%
G = 32.61%
B = 35.52%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBE0F4 (or 0xDBE0F4) is known color: Hawkes Blue. HEX triplet: DB, E0 and F4. RGB value is (219,224,244). Sum of RGB (Red+Green+Blue) = 219+224+244=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBE0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0F4 is #241F0B. Grayscale: #E0E0E0. Windows color (decimal): -2367244 or 16048347. OLE color: 16048347.

HSL color Cylindrical-coordinate representation of color #DBE0F4: hue angle of 228º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE0F4 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 224 244 -
CMYK 0.10 0.08 0 0.04
HSL 228º 0.53% 0.91% -
HSV(B) 228º 0.1% 0.96% -
XYZ 72.2 74.9 96.24 -
YUV 224.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 219 224 244 0.10 0.08 0 0.04 228 0.53 0.91
Hex DB E0 F4 A 8 0 4 E4 35 5B
Octal 333 340 364 12 10 0 4 344 65 133
Binary 11011011 11100000 11110100 1010 1000 0 100 11100100 110101 1011011

Color Harmonies of #DBE0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0F4

Black with #DBE0F4

Text Example


Text Example

White with #DBE0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0F4; }

 p { color: rgb(219,224,244); }

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

background-color css

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

 a { background-color: rgb(219,224,244); }

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

border-color css

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

 span { border-color: rgb(219,224,244); }

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