Html Css Color HEX #DBE2FA Hawkes Blue

📋 copy color: '#DBE2FA'

red 219 ◦ green 226 ◦ blue 250

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

Shades of Hawkes Blue #DBE2FA

Tints of Hawkes Blue #DBE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.52%

 BLUE value IS 250 (98.05% from 255) = 35.97%

R = 31.51%
G = 32.52%
B = 35.97%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBE2FA (or 0xDBE2FA) is known color: Hawkes Blue. HEX triplet: DB, E2 and FA. RGB value is (219,226,250). Sum of RGB (Red+Green+Blue) = 219+226+250=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FA is #241D05. Grayscale: #E2E2E2. Windows color (decimal): -2366726 or 16442075. OLE color: 16442075.

HSL color Cylindrical-coordinate representation of color #DBE2FA: hue angle of 226.45º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE2FA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 226 250 -
CMYK 0.12 0.10 0 0.02
HSL 226.45º 0.76% 0.92% -
HSV(B) 226.45º 0.12% 0.98% -
XYZ 73.67 76.35 101.3 -
YUV 226.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 219 226 250 0.12 0.10 0 0.02 226.45 0.76 0.92
Hex DB E2 FA C A 0 2 E2 4C 5C
Octal 333 342 372 14 12 0 2 342 114 134
Binary 11011011 11100010 11111010 1100 1010 0 10 11100010 1001100 1011100

Color Harmonies of #DBE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE2FA

Black with #DBE2FA

Text Example


Text Example

White with #DBE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE2FA; }

 p { color: rgb(219,226,250); }

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

background-color css

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

 a { background-color: rgb(219,226,250); }

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

border-color css

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

 span { border-color: rgb(219,226,250); }

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