Html Css Color HEX #DAE0F8 Hawkes Blue

📋 copy color: '#DAE0F8'

red 218 ◦ green 224 ◦ blue 248

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

Shades of Hawkes Blue #DAE0F8

Tints of Hawkes Blue #DAE0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.94%

R = 31.59%
G = 32.46%
B = 35.94%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAE0F8 (or 0xDAE0F8) is known color: Hawkes Blue. HEX triplet: DA, E0 and F8. RGB value is (218,224,248). Sum of RGB (Red+Green+Blue) = 218+224+248=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAE0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F8 is #251F07. Grayscale: #E0E0E0. Windows color (decimal): -2432776 or 16310490. OLE color: 16310490.

HSL color Cylindrical-coordinate representation of color #DAE0F8: hue angle of 228º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE0F8 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 224 248 -
CMYK 0.12 0.10 0 0.03
HSL 228º 0.68% 0.91% -
HSV(B) 228º 0.12% 0.97% -
XYZ 72.51 74.99 99.46 -
YUV 224.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 218 224 248 0.12 0.10 0 0.03 228 0.68 0.91
Hex DA E0 F8 C A 0 3 E4 44 5B
Octal 332 340 370 14 12 0 3 344 104 133
Binary 11011010 11100000 11111000 1100 1010 0 11 11100100 1000100 1011011

Color Harmonies of #DAE0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0F8

Black with #DAE0F8

Text Example


Text Example

White with #DAE0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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