Html Css Color HEX #DBE1F0 Hawkes Blue

📋 copy color: '#DBE1F0'

red 219 ◦ green 225 ◦ blue 240

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

Shades of Hawkes Blue #DBE1F0

Tints of Hawkes Blue #DBE1F0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.89%

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

R = 32.02%
G = 32.89%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBE1F0 (or 0xDBE1F0) is known color: Hawkes Blue. HEX triplet: DB, E1 and F0. RGB value is (219,225,240). Sum of RGB (Red+Green+Blue) = 219+225+240=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1F0 is #241E0F. Grayscale: #E0E0E0. Windows color (decimal): -2366992 or 15786459. OLE color: 15786459.

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

Color convert

RGB 219 225 240 -
CMYK 0.09 0.06 0 0.06
HSL 222.86º 0.41% 0.9% -
HSV(B) 222.86º 0.09% 0.94% -
XYZ 71.87 75.2 93.17 -
YUV 224.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 219 225 240 0.09 0.06 0 0.06 222.86 0.41 0.9
Hex DB E1 F0 9 6 0 6 DF 29 5A
Octal 333 341 360 11 6 0 6 337 51 132
Binary 11011011 11100001 11110000 1001 110 0 110 11011111 101001 1011010

Color Harmonies of #DBE1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1F0

Black with #DBE1F0

Text Example


Text Example

White with #DBE1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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