Html Css Color HEX #DAE3FB Hawkes Blue

📋 copy color: '#DAE3FB'

red 218 ◦ green 227 ◦ blue 251

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

Shades of Hawkes Blue #DAE3FB

Tints of Hawkes Blue #DAE3FB

RGB

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

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

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

R = 31.32%
G = 32.61%
B = 36.06%

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

#DAE3FB (or 0xDAE3FB) is known color: Hawkes Blue. HEX triplet: DA, E3 and FB. RGB value is (218,227,251). Sum of RGB (Red+Green+Blue) = 218+227+251=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3FB is #251C04. Grayscale: #E2E2E2. Windows color (decimal): -2432005 or 16507866. OLE color: 16507866.

HSL color Cylindrical-coordinate representation of color #DAE3FB: hue angle of 223.64º 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 #DAE3FB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 227 251 -
CMYK 0.13 0.10 0 0.02
HSL 223.64º 0.8% 0.92% -
HSV(B) 223.64º 0.13% 0.98% -
XYZ 73.8 76.81 102.2 -
YUV 227.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 218 227 251 0.13 0.10 0 0.02 223.64 0.8 0.92
Hex DA E3 FB D A 0 2 E0 50 5C
Octal 332 343 373 15 12 0 2 340 120 134
Binary 11011010 11100011 11111011 1101 1010 0 10 11100000 1010000 1011100

Color Harmonies of #DAE3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3FB

Black with #DAE3FB

Text Example


Text Example

White with #DAE3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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