Html Css Color HEX #DAE2FE Hawkes Blue

📋 copy color: '#DAE2FE'

red 218 ◦ green 226 ◦ blue 254

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

Shades of Hawkes Blue #DAE2FE

Tints of Hawkes Blue #DAE2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.39%

R = 31.23%
G = 32.38%
B = 36.39%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAE2FE (or 0xDAE2FE) is known color: Hawkes Blue. HEX triplet: DA, E2 and FE. RGB value is (218,226,254). Sum of RGB (Red+Green+Blue) = 218+226+254=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2FE is #251D01. Grayscale: #E2E2E2. Windows color (decimal): -2432258 or 16704218. OLE color: 16704218.

HSL color Cylindrical-coordinate representation of color #DAE2FE: hue angle of 226.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE2FE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 226 254 -
CMYK 0.14 0.11 0 0.00
HSL 226.67º 0.95% 0.93% -
HSV(B) 226.67º 0.14% 1% -
XYZ 74 76.45 104.62 -
YUV 226.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 218 226 254 0.14 0.11 0 0.00 226.67 0.95 0.93
Hex DA E2 FE E B 0 0 E3 5F 5D
Octal 332 342 376 16 13 0 0 343 137 135
Binary 11011010 11100010 11111110 1110 1011 0 0 11100011 1011111 1011101

Color Harmonies of #DAE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2FE

Black with #DAE2FE

Text Example


Text Example

White with #DAE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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