Html Css Color HEX #DAE4FA Hawkes Blue

📋 copy color: '#DAE4FA'

red 218 ◦ green 228 ◦ blue 250

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

Shades of Hawkes Blue #DAE4FA

Tints of Hawkes Blue #DAE4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 31.32%
G = 32.76%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAE4FA (or 0xDAE4FA) is known color: Hawkes Blue. HEX triplet: DA, E4 and FA. RGB value is (218,228,250). Sum of RGB (Red+Green+Blue) = 218+228+250=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4FA is #251B05. Grayscale: #E3E3E3. Windows color (decimal): -2431750 or 16442586. OLE color: 16442586.

HSL color Cylindrical-coordinate representation of color #DAE4FA: hue angle of 221.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE4FA is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 228 250 -
CMYK 0.13 0.09 0 0.02
HSL 221.25º 0.76% 0.92% -
HSV(B) 221.25º 0.13% 0.98% -
XYZ 73.91 77.29 101.47 -
YUV 227.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 218 228 250 0.13 0.09 0 0.02 221.25 0.76 0.92
Hex DA E4 FA D 9 0 2 DD 4C 5C
Octal 332 344 372 15 11 0 2 335 114 134
Binary 11011010 11100100 11111010 1101 1001 0 10 11011101 1001100 1011100

Color Harmonies of #DAE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4FA

Black with #DAE4FA

Text Example


Text Example

White with #DAE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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