Html Css Color HEX #DAE0EF Hawkes Blue

📋 copy color: '#DAE0EF'

red 218 ◦ green 224 ◦ blue 239

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

Shades of Hawkes Blue #DAE0EF

Tints of Hawkes Blue #DAE0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.1%

R = 32.01%
G = 32.89%
B = 35.1%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAE0EF (or 0xDAE0EF) is known color: Hawkes Blue. HEX triplet: DA, E0 and EF. RGB value is (218,224,239). Sum of RGB (Red+Green+Blue) = 218+224+239=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0EF is #251F10. Grayscale: #DFDFDF. Windows color (decimal): -2432785 or 15720666. OLE color: 15720666.

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

Color convert

RGB 218 224 239 -
CMYK 0.09 0.06 0 0.06
HSL 222.86º 0.4% 0.9% -
HSV(B) 222.86º 0.09% 0.94% -
XYZ 71.15 74.45 92.28 -
YUV 223.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 218 224 239 0.09 0.06 0 0.06 222.86 0.4 0.9
Hex DA E0 EF 9 6 0 6 DF 28 5A
Octal 332 340 357 11 6 0 6 337 50 132
Binary 11011010 11100000 11101111 1001 110 0 110 11011111 101000 1011010

Color Harmonies of #DAE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0EF

Black with #DAE0EF

Text Example


Text Example

White with #DAE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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