Html Css Color HEX #DAE0F0 Hawkes Blue

📋 copy color: '#DAE0F0'

red 218 ◦ green 224 ◦ blue 240

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

Shades of Hawkes Blue #DAE0F0

Tints of Hawkes Blue #DAE0F0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.84%

 BLUE value IS 240 (94.14% from 255) = 35.19%

R = 31.96%
G = 32.84%
B = 35.19%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAE0F0 (or 0xDAE0F0) is known color: Hawkes Blue. HEX triplet: DA, E0 and F0. RGB value is (218,224,240). Sum of RGB (Red+Green+Blue) = 218+224+240=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F0 is #251F0F. Grayscale: #DFDFDF. Windows color (decimal): -2432784 or 15786202. OLE color: 15786202.

HSL color Cylindrical-coordinate representation of color #DAE0F0: hue angle of 223.64º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE0F0 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 224 240 -
CMYK 0.09 0.07 0 0.06
HSL 223.64º 0.42% 0.9% -
HSV(B) 223.64º 0.09% 0.94% -
XYZ 71.3 74.51 93.06 -
YUV 224.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 218 224 240 0.09 0.07 0 0.06 223.64 0.42 0.9
Hex DA E0 F0 9 7 0 6 E0 2A 5A
Octal 332 340 360 11 7 0 6 340 52 132
Binary 11011010 11100000 11110000 1001 111 0 110 11100000 101010 1011010

Color Harmonies of #DAE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0F0

Black with #DAE0F0

Text Example


Text Example

White with #DAE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0F0; }

 p { color: rgb(218,224,240); }

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

background-color css

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

 a { background-color: rgb(218,224,240); }

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

border-color css

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

 span { border-color: rgb(218,224,240); }

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