Html Css Color HEX #DAE0F3 Hawkes Blue

📋 copy color: '#DAE0F3'

red 218 ◦ green 224 ◦ blue 243

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

Shades of Hawkes Blue #DAE0F3

Tints of Hawkes Blue #DAE0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.47%

R = 31.82%
G = 32.7%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAE0F3 (or 0xDAE0F3) is known color: Hawkes Blue. HEX triplet: DA, E0 and F3. RGB value is (218,224,243). Sum of RGB (Red+Green+Blue) = 218+224+243=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0F3 is #251F0C. Grayscale: #E0E0E0. Windows color (decimal): -2432781 or 15982810. OLE color: 15982810.

HSL color Cylindrical-coordinate representation of color #DAE0F3: hue angle of 225.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE0F3 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 224 243 -
CMYK 0.10 0.08 0 0.05
HSL 225.6º 0.51% 0.9% -
HSV(B) 225.6º 0.1% 0.95% -
XYZ 71.75 74.69 95.43 -
YUV 224.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 218 224 243 0.10 0.08 0 0.05 225.6 0.51 0.9
Hex DA E0 F3 A 8 0 5 E2 33 5A
Octal 332 340 363 12 10 0 5 342 63 132
Binary 11011010 11100000 11110011 1010 1000 0 101 11100010 110011 1011010

Color Harmonies of #DAE0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0F3

Black with #DAE0F3

Text Example


Text Example

White with #DAE0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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