Html Css Color HEX #DAE2FD Hawkes Blue

📋 copy color: '#DAE2FD'

red 218 ◦ green 226 ◦ blue 253

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

Shades of Hawkes Blue #DAE2FD

Tints of Hawkes Blue #DAE2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.3%

R = 31.28%
G = 32.42%
B = 36.3%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAE2FD (or 0xDAE2FD) is known color: Hawkes Blue. HEX triplet: DA, E2 and FD. RGB value is (218,226,253). Sum of RGB (Red+Green+Blue) = 218+226+253=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2FD is #251D02. Grayscale: #E2E2E2. Windows color (decimal): -2432259 or 16638682. OLE color: 16638682.

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

Color convert

RGB 218 226 253 -
CMYK 0.14 0.11 0 0.01
HSL 226.29º 0.9% 0.92% -
HSV(B) 226.29º 0.14% 0.99% -
XYZ 73.84 76.39 103.78 -
YUV 226.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 218 226 253 0.14 0.11 0 0.01 226.29 0.9 0.92
Hex DA E2 FD E B 0 1 E2 5A 5C
Octal 332 342 375 16 13 0 1 342 132 134
Binary 11011010 11100010 11111101 1110 1011 0 1 11100010 1011010 1011100

Color Harmonies of #DAE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2FD

Black with #DAE2FD

Text Example


Text Example

White with #DAE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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