Html Css Color HEX #DBE0F0 Hawkes Blue

📋 copy color: '#DBE0F0'

red 219 ◦ green 224 ◦ blue 240

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

Shades of Hawkes Blue #DBE0F0

Tints of Hawkes Blue #DBE0F0

RGB

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

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

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

R = 32.06%
G = 32.8%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBE0F0 (or 0xDBE0F0) is known color: Hawkes Blue. HEX triplet: DB, E0 and F0. RGB value is (219,224,240). Sum of RGB (Red+Green+Blue) = 219+224+240=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0F0 is #241F0F. Grayscale: #E0E0E0. Windows color (decimal): -2367248 or 15786203. OLE color: 15786203.

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

Color convert

RGB 219 224 240 -
CMYK 0.09 0.07 0 0.06
HSL 225.71º 0.41% 0.9% -
HSV(B) 225.71º 0.09% 0.94% -
XYZ 71.6 74.66 93.08 -
YUV 224.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 219 224 240 0.09 0.07 0 0.06 225.71 0.41 0.9
Hex DB E0 F0 9 7 0 6 E2 29 5A
Octal 333 340 360 11 7 0 6 342 51 132
Binary 11011011 11100000 11110000 1001 111 0 110 11100010 101001 1011010

Color Harmonies of #DBE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0F0

Black with #DBE0F0

Text Example


Text Example

White with #DBE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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