Html Css Color HEX #DAE1EE Hawkes Blue

📋 copy color: '#DAE1EE'

red 218 ◦ green 225 ◦ blue 238

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

Shades of Hawkes Blue #DAE1EE

Tints of Hawkes Blue #DAE1EE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.04%

 BLUE value IS 238 (93.36% from 255) = 34.95%

R = 32.01%
G = 33.04%
B = 34.95%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE1EE (or 0xDAE1EE) is known color: Hawkes Blue. HEX triplet: DA, E1 and EE. RGB value is (218,225,238). Sum of RGB (Red+Green+Blue) = 218+225+238=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1EE is #251E11. Grayscale: #E0E0E0. Windows color (decimal): -2432530 or 15655386. OLE color: 15655386.

HSL color Cylindrical-coordinate representation of color #DAE1EE: hue angle of 219º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE1EE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 225 238 -
CMYK 0.08 0.05 0 0.07
HSL 219º 0.37% 0.89% -
HSV(B) 219º 0.08% 0.93% -
XYZ 71.27 74.93 91.6 -
YUV 224.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 218 225 238 0.08 0.05 0 0.07 219 0.37 0.89
Hex DA E1 EE 8 5 0 7 DB 25 59
Octal 332 341 356 10 5 0 7 333 45 131
Binary 11011010 11100001 11101110 1000 101 0 111 11011011 100101 1011001

Color Harmonies of #DAE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1EE

Black with #DAE1EE

Text Example


Text Example

White with #DAE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1EE; }

 p { color: rgb(218,225,238); }

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

background-color css

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

 a { background-color: rgb(218,225,238); }

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

border-color css

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

 span { border-color: rgb(218,225,238); }

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