Html Css Color HEX #DAE1ED Hawkes Blue

📋 copy color: '#DAE1ED'

red 218 ◦ green 225 ◦ blue 237

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

Shades of Hawkes Blue #DAE1ED

Tints of Hawkes Blue #DAE1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.85%

R = 32.06%
G = 33.09%
B = 34.85%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE1ED (or 0xDAE1ED) is known color: Hawkes Blue. HEX triplet: DA, E1 and ED. RGB value is (218,225,237). Sum of RGB (Red+Green+Blue) = 218+225+237=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1ED is #251E12. Grayscale: #E0E0E0. Windows color (decimal): -2432531 or 15589850. OLE color: 15589850.

HSL color Cylindrical-coordinate representation of color #DAE1ED: hue angle of 217.89º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE1ED is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 225 237 -
CMYK 0.08 0.05 0 0.07
HSL 217.89º 0.35% 0.89% -
HSV(B) 217.89º 0.08% 0.93% -
XYZ 71.12 74.87 90.82 -
YUV 224.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 218 225 237 0.08 0.05 0 0.07 217.89 0.35 0.89
Hex DA E1 ED 8 5 0 7 DA 23 59
Octal 332 341 355 10 5 0 7 332 43 131
Binary 11011010 11100001 11101101 1000 101 0 111 11011010 100011 1011001

Color Harmonies of #DAE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1ED

Black with #DAE1ED

Text Example


Text Example

White with #DAE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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