Html Css Color HEX #DAE3F9 Hawkes Blue

📋 copy color: '#DAE3F9'

red 218 ◦ green 227 ◦ blue 249

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

Shades of Hawkes Blue #DAE3F9

Tints of Hawkes Blue #DAE3F9

RGB

 RED value IS 218 (85.55% from 255) = 31.41%

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

 BLUE value IS 249 (97.66% from 255) = 35.88%

R = 31.41%
G = 32.71%
B = 35.88%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAE3F9 (or 0xDAE3F9) is known color: Hawkes Blue. HEX triplet: DA, E3 and F9. RGB value is (218,227,249). Sum of RGB (Red+Green+Blue) = 218+227+249=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F9 is #251C06. Grayscale: #E2E2E2. Windows color (decimal): -2432007 or 16376794. OLE color: 16376794.

HSL color Cylindrical-coordinate representation of color #DAE3F9: hue angle of 222.58º degrees, saturation: 0.72, 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 #DAE3F9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 227 249 -
CMYK 0.12 0.09 0 0.02
HSL 222.58º 0.72% 0.92% -
HSV(B) 222.58º 0.12% 0.98% -
XYZ 73.48 76.68 100.55 -
YUV 226.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 218 227 249 0.12 0.09 0 0.02 222.58 0.72 0.92
Hex DA E3 F9 C 9 0 2 DF 48 5C
Octal 332 343 371 14 11 0 2 337 110 134
Binary 11011010 11100011 11111001 1100 1001 0 10 11011111 1001000 1011100

Color Harmonies of #DAE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3F9

Black with #DAE3F9

Text Example


Text Example

White with #DAE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3F9; }

 p { color: rgb(218,227,249); }

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

background-color css

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

 a { background-color: rgb(218,227,249); }

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

border-color css

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

 span { border-color: rgb(218,227,249); }

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