Html Css Color HEX #DBE1EF Hawkes Blue

📋 copy color: '#DBE1EF'

red 219 ◦ green 225 ◦ blue 239

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

Shades of Hawkes Blue #DBE1EF

Tints of Hawkes Blue #DBE1EF

RGB

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

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

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

R = 32.06%
G = 32.94%
B = 34.99%

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

#DBE1EF (or 0xDBE1EF) is known color: Hawkes Blue. HEX triplet: DB, E1 and EF. RGB value is (219,225,239). Sum of RGB (Red+Green+Blue) = 219+225+239=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1EF is #241E10. Grayscale: #E0E0E0. Windows color (decimal): -2366993 or 15720923. OLE color: 15720923.

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

Color convert

RGB 219 225 239 -
CMYK 0.08 0.06 0 0.06
HSL 222º 0.38% 0.9% -
HSV(B) 222º 0.08% 0.94% -
XYZ 71.72 75.14 92.39 -
YUV 224.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 219 225 239 0.08 0.06 0 0.06 222 0.38 0.9
Hex DB E1 EF 8 6 0 6 DE 26 5A
Octal 333 341 357 10 6 0 6 336 46 132
Binary 11011011 11100001 11101111 1000 110 0 110 11011110 100110 1011010

Color Harmonies of #DBE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1EF

Black with #DBE1EF

Text Example


Text Example

White with #DBE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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