Html Css Color HEX #DAE1EF Hawkes Blue

📋 copy color: '#DAE1EF'

red 218 ◦ green 225 ◦ blue 239

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

Shades of Hawkes Blue #DAE1EF

Tints of Hawkes Blue #DAE1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.99%

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

R = 31.96%
G = 32.99%
B = 35.04%

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

#DAE1EF (or 0xDAE1EF) is known color: Hawkes Blue. HEX triplet: DA, E1 and EF. RGB value is (218,225,239). Sum of RGB (Red+Green+Blue) = 218+225+239=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1EF is #251E10. Grayscale: #E0E0E0. Windows color (decimal): -2432529 or 15720922. OLE color: 15720922.

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

Color convert

RGB 218 225 239 -
CMYK 0.09 0.06 0 0.06
HSL 220º 0.4% 0.9% -
HSV(B) 220º 0.09% 0.94% -
XYZ 71.42 74.99 92.37 -
YUV 224.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 218 225 239 0.09 0.06 0 0.06 220 0.4 0.9
Hex DA E1 EF 9 6 0 6 DC 28 5A
Octal 332 341 357 11 6 0 6 334 50 132
Binary 11011010 11100001 11101111 1001 110 0 110 11011100 101000 1011010

Color Harmonies of #DAE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1EF

Black with #DAE1EF

Text Example


Text Example

White with #DAE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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