Html Css Color HEX #DADEE7 Hawkes Blue

📋 copy color: '#DADEE7'

red 218 ◦ green 222 ◦ blue 231

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

Shades of Hawkes Blue #DADEE7

Tints of Hawkes Blue #DADEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.08%

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 32.49%
G = 33.08%
B = 34.43%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DADEE7 (or 0xDADEE7) is known color: Hawkes Blue. HEX triplet: DA, DE and E7. RGB value is (218,222,231). Sum of RGB (Red+Green+Blue) = 218+222+231=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 231 - color contains mainly: blue. Hex color #DADEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEE7 is #252118. Grayscale: #DDDDDD. Windows color (decimal): -2433305 or 15195866. OLE color: 15195866.

HSL color Cylindrical-coordinate representation of color #DADEE7: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADEE7 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 222 231 -
CMYK 0.06 0.04 0 0.09
HSL 221.54º 0.21% 0.88% -
HSV(B) 221.54º 0.06% 0.91% -
XYZ 69.46 72.92 86.01 -
YUV 221.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 218 222 231 0.06 0.04 0 0.09 221.54 0.21 0.88
Hex DA DE E7 6 4 0 9 DE 15 58
Octal 332 336 347 6 4 0 11 336 25 130
Binary 11011010 11011110 11100111 110 100 0 1001 11011110 10101 1011000

Color Harmonies of #DADEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEE7

Black with #DADEE7

Text Example


Text Example

White with #DADEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEE7; }

 p { color: rgb(218,222,231); }

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

background-color css

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

 a { background-color: rgb(218,222,231); }

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

border-color css

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

 span { border-color: rgb(218,222,231); }

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