Html Css Color HEX #DAE3F3 Hawkes Blue

📋 copy color: '#DAE3F3'

red 218 ◦ green 227 ◦ blue 243

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

Shades of Hawkes Blue #DAE3F3

Tints of Hawkes Blue #DAE3F3

RGB

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

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

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

R = 31.69%
G = 32.99%
B = 35.32%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAE3F3 (or 0xDAE3F3) is known color: Hawkes Blue. HEX triplet: DA, E3 and F3. RGB value is (218,227,243). Sum of RGB (Red+Green+Blue) = 218+227+243=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F3 is #251C0C. Grayscale: #E2E2E2. Windows color (decimal): -2432013 or 15983578. OLE color: 15983578.

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

Color convert

RGB 218 227 243 -
CMYK 0.10 0.07 0 0.05
HSL 218.4º 0.51% 0.9% -
HSV(B) 218.4º 0.1% 0.95% -
XYZ 72.56 76.31 95.7 -
YUV 226.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 218 227 243 0.10 0.07 0 0.05 218.4 0.51 0.9
Hex DA E3 F3 A 7 0 5 DA 33 5A
Octal 332 343 363 12 7 0 5 332 63 132
Binary 11011010 11100011 11110011 1010 111 0 101 11011010 110011 1011010

Color Harmonies of #DAE3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3F3

Black with #DAE3F3

Text Example


Text Example

White with #DAE3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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