Html Css Color HEX #DAE2FC Hawkes Blue

📋 copy color: '#DAE2FC'

red 218 ◦ green 226 ◦ blue 252

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

Shades of Hawkes Blue #DAE2FC

Tints of Hawkes Blue #DAE2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.21%

R = 31.32%
G = 32.47%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAE2FC (or 0xDAE2FC) is known color: Hawkes Blue. HEX triplet: DA, E2 and FC. RGB value is (218,226,252). Sum of RGB (Red+Green+Blue) = 218+226+252=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2FC is #251D03. Grayscale: #E2E2E2. Windows color (decimal): -2432260 or 16573146. OLE color: 16573146.

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

Color convert

RGB 218 226 252 -
CMYK 0.13 0.10 0 0.01
HSL 225.88º 0.85% 0.92% -
HSV(B) 225.88º 0.13% 0.99% -
XYZ 73.68 76.33 102.94 -
YUV 226.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 218 226 252 0.13 0.10 0 0.01 225.88 0.85 0.92
Hex DA E2 FC D A 0 1 E2 55 5C
Octal 332 342 374 15 12 0 1 342 125 134
Binary 11011010 11100010 11111100 1101 1010 0 1 11100010 1010101 1011100

Color Harmonies of #DAE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2FC

Black with #DAE2FC

Text Example


Text Example

White with #DAE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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