Html Css Color HEX #DAE5FF Hawkes Blue

📋 copy color: '#DAE5FF'

red 218 ◦ green 229 ◦ blue 255

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

Shades of Hawkes Blue #DAE5FF

Tints of Hawkes Blue #DAE5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.62%

 BLUE value IS 255 (100% from 255) = 36.32%

R = 31.05%
G = 32.62%
B = 36.32%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAE5FF (or 0xDAE5FF) is known color: Hawkes Blue. HEX triplet: DA, E5 and FF. RGB value is (218,229,255). Sum of RGB (Red+Green+Blue) = 218+229+255=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5FF is #251A00. Grayscale: #E4E4E4. Windows color (decimal): -2431489 or 16770522. OLE color: 16770522.

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

Color convert

RGB 218 229 255 -
CMYK 0.15 0.10 0 0
HSL 222.16º 1% 0.93% -
HSV(B) 222.16º 0.15% 1% -
XYZ 74.98 78.16 105.74 -
YUV 228.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 218 229 255 0.15 0.10 0 0 222.16 1 0.93
Hex DA E5 FF F A 0 0 DE 64 5D
Octal 332 345 377 17 12 0 0 336 144 135
Binary 11011010 11100101 11111111 1111 1010 0 0 11011110 1100100 1011101

Color Harmonies of #DAE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5FF

Black with #DAE5FF

Text Example


Text Example

White with #DAE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5FF; }

 p { color: rgb(218,229,255); }

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

background-color css

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

 a { background-color: rgb(218,229,255); }

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

border-color css

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

 span { border-color: rgb(218,229,255); }

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