Html Css Color HEX #DBE0EF Hawkes Blue

📋 copy color: '#DBE0EF'

red 219 ◦ green 224 ◦ blue 239

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

Shades of Hawkes Blue #DBE0EF

Tints of Hawkes Blue #DBE0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.04%

R = 32.11%
G = 32.84%
B = 35.04%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBE0EF (or 0xDBE0EF) is known color: Hawkes Blue. HEX triplet: DB, E0 and EF. RGB value is (219,224,239). Sum of RGB (Red+Green+Blue) = 219+224+239=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0EF is #241F10. Grayscale: #E0E0E0. Windows color (decimal): -2367249 or 15720667. OLE color: 15720667.

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

Color convert

RGB 219 224 239 -
CMYK 0.08 0.06 0 0.06
HSL 225º 0.38% 0.9% -
HSV(B) 225º 0.08% 0.94% -
XYZ 71.45 74.6 92.3 -
YUV 224.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 219 224 239 0.08 0.06 0 0.06 225 0.38 0.9
Hex DB E0 EF 8 6 0 6 E1 26 5A
Octal 333 340 357 10 6 0 6 341 46 132
Binary 11011011 11100000 11101111 1000 110 0 110 11100001 100110 1011010

Color Harmonies of #DBE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE0EF

Black with #DBE0EF

Text Example


Text Example

White with #DBE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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