Html Css Color HEX #DAE3F2 Hawkes Blue

📋 copy color: '#DAE3F2'

red 218 ◦ green 227 ◦ blue 242

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

Shades of Hawkes Blue #DAE3F2

Tints of Hawkes Blue #DAE3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.23%

R = 31.73%
G = 33.04%
B = 35.23%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAE3F2 (or 0xDAE3F2) is known color: Hawkes Blue. HEX triplet: DA, E3 and F2. RGB value is (218,227,242). Sum of RGB (Red+Green+Blue) = 218+227+242=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3F2 is #251C0D. Grayscale: #E1E1E1. Windows color (decimal): -2432014 or 15918042. OLE color: 15918042.

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

Color convert

RGB 218 227 242 -
CMYK 0.10 0.06 0 0.05
HSL 217.5º 0.48% 0.9% -
HSV(B) 217.5º 0.1% 0.95% -
XYZ 72.41 76.25 94.91 -
YUV 226.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 218 227 242 0.10 0.06 0 0.05 217.5 0.48 0.9
Hex DA E3 F2 A 6 0 5 DA 30 5A
Octal 332 343 362 12 6 0 5 332 60 132
Binary 11011010 11100011 11110010 1010 110 0 101 11011010 110000 1011010

Color Harmonies of #DAE3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3F2

Black with #DAE3F2

Text Example


Text Example

White with #DAE3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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