Html Css Color HEX #DBE1F2 Hawkes Blue

📋 copy color: '#DBE1F2'

red 219 ◦ green 225 ◦ blue 242

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

Shades of Hawkes Blue #DBE1F2

Tints of Hawkes Blue #DBE1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.28%

R = 31.92%
G = 32.8%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBE1F2 (or 0xDBE1F2) is known color: Hawkes Blue. HEX triplet: DB, E1 and F2. RGB value is (219,225,242). Sum of RGB (Red+Green+Blue) = 219+225+242=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1F2 is #241E0D. Grayscale: #E1E1E1. Windows color (decimal): -2366990 or 15917531. OLE color: 15917531.

HSL color Cylindrical-coordinate representation of color #DBE1F2: hue angle of 224.35º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE1F2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 225 242 -
CMYK 0.10 0.07 0 0.05
HSL 224.35º 0.47% 0.9% -
HSV(B) 224.35º 0.1% 0.95% -
XYZ 72.17 75.32 94.74 -
YUV 225.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 219 225 242 0.10 0.07 0 0.05 224.35 0.47 0.9
Hex DB E1 F2 A 7 0 5 E0 2F 5A
Octal 333 341 362 12 7 0 5 340 57 132
Binary 11011011 11100001 11110010 1010 111 0 101 11100000 101111 1011010

Color Harmonies of #DBE1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1F2

Black with #DBE1F2

Text Example


Text Example

White with #DBE1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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