Html Css Color HEX #DAE3EE Hawkes Blue

📋 copy color: '#DAE3EE'

red 218 ◦ green 227 ◦ blue 238

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

Shades of Hawkes Blue #DAE3EE

Tints of Hawkes Blue #DAE3EE

RGB

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

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

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

R = 31.92%
G = 33.24%
B = 34.85%

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

#DAE3EE (or 0xDAE3EE) is known color: Hawkes Blue. HEX triplet: DA, E3 and EE. RGB value is (218,227,238). Sum of RGB (Red+Green+Blue) = 218+227+238=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3EE is #251C11. Grayscale: #E1E1E1. Windows color (decimal): -2432018 or 15655898. OLE color: 15655898.

HSL color Cylindrical-coordinate representation of color #DAE3EE: hue angle of 213º 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 #DAE3EE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 227 238 -
CMYK 0.08 0.05 0 0.07
HSL 213º 0.37% 0.89% -
HSV(B) 213º 0.08% 0.93% -
XYZ 71.82 76.02 91.78 -
YUV 225.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 218 227 238 0.08 0.05 0 0.07 213 0.37 0.89
Hex DA E3 EE 8 5 0 7 D5 25 59
Octal 332 343 356 10 5 0 7 325 45 131
Binary 11011010 11100011 11101110 1000 101 0 111 11010101 100101 1011001

Color Harmonies of #DAE3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3EE

Black with #DAE3EE

Text Example


Text Example

White with #DAE3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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