Html Css Color HEX #DAE2FB Hawkes Blue

📋 copy color: '#DAE2FB'

red 218 ◦ green 226 ◦ blue 251

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

Shades of Hawkes Blue #DAE2FB

Tints of Hawkes Blue #DAE2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.52%

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 31.37%
G = 32.52%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAE2FB (or 0xDAE2FB) is known color: Hawkes Blue. HEX triplet: DA, E2 and FB. RGB value is (218,226,251). Sum of RGB (Red+Green+Blue) = 218+226+251=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2FB is #251D04. Grayscale: #E2E2E2. Windows color (decimal): -2432261 or 16507610. OLE color: 16507610.

HSL color Cylindrical-coordinate representation of color #DAE2FB: hue angle of 225.45º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE2FB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 226 251 -
CMYK 0.13 0.10 0 0.02
HSL 225.45º 0.8% 0.92% -
HSV(B) 225.45º 0.13% 0.98% -
XYZ 73.52 76.26 102.11 -
YUV 226.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 218 226 251 0.13 0.10 0 0.02 225.45 0.8 0.92
Hex DA E2 FB D A 0 2 E1 50 5C
Octal 332 342 373 15 12 0 2 341 120 134
Binary 11011010 11100010 11111011 1101 1010 0 10 11100001 1010000 1011100

Color Harmonies of #DAE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2FB

Black with #DAE2FB

Text Example


Text Example

White with #DAE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2FB; }

 p { color: rgb(218,226,251); }

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

background-color css

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

 a { background-color: rgb(218,226,251); }

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

border-color css

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

 span { border-color: rgb(218,226,251); }

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