Html Css Color HEX #DAE3FD Hawkes Blue

📋 copy color: '#DAE3FD'

red 218 ◦ green 227 ◦ blue 253

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

Shades of Hawkes Blue #DAE3FD

Tints of Hawkes Blue #DAE3FD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.52%

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

R = 31.23%
G = 32.52%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAE3FD (or 0xDAE3FD) is known color: Hawkes Blue. HEX triplet: DA, E3 and FD. RGB value is (218,227,253). Sum of RGB (Red+Green+Blue) = 218+227+253=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3FD is #251C02. Grayscale: #E3E3E3. Windows color (decimal): -2432003 or 16638938. OLE color: 16638938.

HSL color Cylindrical-coordinate representation of color #DAE3FD: hue angle of 224.57º 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 #DAE3FD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 227 253 -
CMYK 0.14 0.10 0 0.01
HSL 224.57º 0.9% 0.92% -
HSV(B) 224.57º 0.14% 0.99% -
XYZ 74.11 76.94 103.87 -
YUV 227.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 218 227 253 0.14 0.10 0 0.01 224.57 0.9 0.92
Hex DA E3 FD E A 0 1 E1 5A 5C
Octal 332 343 375 16 12 0 1 341 132 134
Binary 11011010 11100011 11111101 1110 1010 0 1 11100001 1011010 1011100

Color Harmonies of #DAE3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3FD

Black with #DAE3FD

Text Example


Text Example

White with #DAE3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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