Html Css Color HEX #DAE3F1 Hawkes Blue

📋 copy color: '#DAE3F1'

red 218 ◦ green 227 ◦ blue 241

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

Shades of Hawkes Blue #DAE3F1

Tints of Hawkes Blue #DAE3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.13%

R = 31.78%
G = 33.09%
B = 35.13%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAE3F1 (or 0xDAE3F1) is known color: Hawkes Blue. HEX triplet: DA, E3 and F1. RGB value is (218,227,241). Sum of RGB (Red+Green+Blue) = 218+227+241=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F1 is #251C0E. Grayscale: #E1E1E1. Windows color (decimal): -2432015 or 15852506. OLE color: 15852506.

HSL color Cylindrical-coordinate representation of color #DAE3F1: hue angle of 216.52º degrees, saturation: 0.45, 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 #DAE3F1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 227 241 -
CMYK 0.10 0.06 0 0.05
HSL 216.52º 0.45% 0.9% -
HSV(B) 216.52º 0.1% 0.95% -
XYZ 72.26 76.19 94.12 -
YUV 225.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 218 227 241 0.10 0.06 0 0.05 216.52 0.45 0.9
Hex DA E3 F1 A 6 0 5 D9 2D 5A
Octal 332 343 361 12 6 0 5 331 55 132
Binary 11011010 11100011 11110001 1010 110 0 101 11011001 101101 1011010

Color Harmonies of #DAE3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3F1

Black with #DAE3F1

Text Example


Text Example

White with #DAE3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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