Html Css Color HEX #DAE0EE Hawkes Blue

📋 copy color: '#DAE0EE'

red 218 ◦ green 224 ◦ blue 238

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

Shades of Hawkes Blue #DAE0EE

Tints of Hawkes Blue #DAE0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35%

R = 32.06%
G = 32.94%
B = 35%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE0EE (or 0xDAE0EE) is known color: Hawkes Blue. HEX triplet: DA, E0 and EE. RGB value is (218,224,238). Sum of RGB (Red+Green+Blue) = 218+224+238=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0EE is #251F11. Grayscale: #DFDFDF. Windows color (decimal): -2432786 or 15655130. OLE color: 15655130.

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

Color convert

RGB 218 224 238 -
CMYK 0.08 0.06 0 0.07
HSL 222º 0.37% 0.89% -
HSV(B) 222º 0.08% 0.93% -
XYZ 71 74.39 91.51 -
YUV 223.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 218 224 238 0.08 0.06 0 0.07 222 0.37 0.89
Hex DA E0 EE 8 6 0 7 DE 25 59
Octal 332 340 356 10 6 0 7 336 45 131
Binary 11011010 11100000 11101110 1000 110 0 111 11011110 100101 1011001

Color Harmonies of #DAE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0EE

Black with #DAE0EE

Text Example


Text Example

White with #DAE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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