Html Css Color HEX #DBE3F3 Hawkes Blue

📋 copy color: '#DBE3F3'

red 219 ◦ green 227 ◦ blue 243

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

Shades of Hawkes Blue #DBE3F3

Tints of Hawkes Blue #DBE3F3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.95%

 BLUE value IS 243 (95.31% from 255) = 35.27%

R = 31.79%
G = 32.95%
B = 35.27%

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

#DBE3F3 (or 0xDBE3F3) is known color: Hawkes Blue. HEX triplet: DB, E3 and F3. RGB value is (219,227,243). Sum of RGB (Red+Green+Blue) = 219+227+243=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBE3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3F3 is #241C0C. Grayscale: #E2E2E2. Windows color (decimal): -2366477 or 15983579. OLE color: 15983579.

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

Color convert

RGB 219 227 243 -
CMYK 0.10 0.07 0 0.05
HSL 220º 0.5% 0.91% -
HSV(B) 220º 0.1% 0.95% -
XYZ 72.86 76.47 95.71 -
YUV 226.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 219 227 243 0.10 0.07 0 0.05 220 0.5 0.91
Hex DB E3 F3 A 7 0 5 DC 32 5B
Octal 333 343 363 12 7 0 5 334 62 133
Binary 11011011 11100011 11110011 1010 111 0 101 11011100 110010 1011011

Color Harmonies of #DBE3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE3F3

Black with #DBE3F3

Text Example


Text Example

White with #DBE3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE3F3; }

 p { color: rgb(219,227,243); }

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

background-color css

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

 a { background-color: rgb(219,227,243); }

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

border-color css

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

 span { border-color: rgb(219,227,243); }

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