Html Css Color HEX #DAE4FE Hawkes Blue

📋 copy color: '#DAE4FE'

red 218 ◦ green 228 ◦ blue 254

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

Shades of Hawkes Blue #DAE4FE

Tints of Hawkes Blue #DAE4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.57%

 BLUE value IS 254 (99.61% from 255) = 36.29%

R = 31.14%
G = 32.57%
B = 36.29%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAE4FE (or 0xDAE4FE) is known color: Hawkes Blue. HEX triplet: DA, E4 and FE. RGB value is (218,228,254). Sum of RGB (Red+Green+Blue) = 218+228+254=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4FE is #251B01. Grayscale: #E3E3E3. Windows color (decimal): -2431746 or 16704730. OLE color: 16704730.

HSL color Cylindrical-coordinate representation of color #DAE4FE: hue angle of 223.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE4FE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 228 254 -
CMYK 0.14 0.10 0 0.00
HSL 223.33º 0.95% 0.93% -
HSV(B) 223.33º 0.14% 1% -
XYZ 74.55 77.55 104.81 -
YUV 227.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 218 228 254 0.14 0.10 0 0.00 223.33 0.95 0.93
Hex DA E4 FE E A 0 0 DF 5F 5D
Octal 332 344 376 16 12 0 0 337 137 135
Binary 11011010 11100100 11111110 1110 1010 0 0 11011111 1011111 1011101

Color Harmonies of #DAE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4FE

Black with #DAE4FE

Text Example


Text Example

White with #DAE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4FE; }

 p { color: rgb(218,228,254); }

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

background-color css

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

 a { background-color: rgb(218,228,254); }

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

border-color css

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

 span { border-color: rgb(218,228,254); }

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