Html Css Color HEX #DAE5FD Hawkes Blue

📋 copy color: '#DAE5FD'

red 218 ◦ green 229 ◦ blue 253

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

Shades of Hawkes Blue #DAE5FD

Tints of Hawkes Blue #DAE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.71%

 BLUE value IS 253 (99.22% from 255) = 36.14%

R = 31.14%
G = 32.71%
B = 36.14%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAE5FD (or 0xDAE5FD) is known color: Hawkes Blue. HEX triplet: DA, E5 and FD. RGB value is (218,229,253). Sum of RGB (Red+Green+Blue) = 218+229+253=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5FD is #251A02. Grayscale: #E4E4E4. Windows color (decimal): -2431491 or 16639450. OLE color: 16639450.

HSL color Cylindrical-coordinate representation of color #DAE5FD: hue angle of 221.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE5FD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 229 253 -
CMYK 0.14 0.09 0 0.01
HSL 221.14º 0.9% 0.92% -
HSV(B) 221.14º 0.14% 0.99% -
XYZ 74.66 78.04 104.06 -
YUV 228.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 218 229 253 0.14 0.09 0 0.01 221.14 0.9 0.92
Hex DA E5 FD E 9 0 1 DD 5A 5C
Octal 332 345 375 16 11 0 1 335 132 134
Binary 11011010 11100101 11111101 1110 1001 0 1 11011101 1011010 1011100

Color Harmonies of #DAE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5FD

Black with #DAE5FD

Text Example


Text Example

White with #DAE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5FD; }

 p { color: rgb(218,229,253); }

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

background-color css

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

 a { background-color: rgb(218,229,253); }

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

border-color css

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

 span { border-color: rgb(218,229,253); }

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