Html Css Color HEX #DAE0EC Hawkes Blue

📋 copy color: '#DAE0EC'

red 218 ◦ green 224 ◦ blue 236

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

Shades of Hawkes Blue #DAE0EC

Tints of Hawkes Blue #DAE0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.81%

R = 32.15%
G = 33.04%
B = 34.81%

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

#DAE0EC (or 0xDAE0EC) is known color: Hawkes Blue. HEX triplet: DA, E0 and EC. RGB value is (218,224,236). Sum of RGB (Red+Green+Blue) = 218+224+236=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0EC is #251F13. Grayscale: #DFDFDF. Windows color (decimal): -2432788 or 15524058. OLE color: 15524058.

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

Color convert

RGB 218 224 236 -
CMYK 0.08 0.05 0 0.07
HSL 220º 0.32% 0.89% -
HSV(B) 220º 0.08% 0.93% -
XYZ 70.71 74.27 89.97 -
YUV 223.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 218 224 236 0.08 0.05 0 0.07 220 0.32 0.89
Hex DA E0 EC 8 5 0 7 DC 20 59
Octal 332 340 354 10 5 0 7 334 40 131
Binary 11011010 11100000 11101100 1000 101 0 111 11011100 100000 1011001

Color Harmonies of #DAE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0EC

Black with #DAE0EC

Text Example


Text Example

White with #DAE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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