Html Css Color HEX #DADEE8 Hawkes Blue

📋 copy color: '#DADEE8'

red 218 ◦ green 222 ◦ blue 232

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

Shades of Hawkes Blue #DADEE8

Tints of Hawkes Blue #DADEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.52%

R = 32.44%
G = 33.04%
B = 34.52%

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

#DADEE8 (or 0xDADEE8) is known color: Hawkes Blue. HEX triplet: DA, DE and E8. RGB value is (218,222,232). Sum of RGB (Red+Green+Blue) = 218+222+232=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 232 - color contains mainly: blue. Hex color #DADEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEE8 is #252117. Grayscale: #DDDDDD. Windows color (decimal): -2433304 or 15261402. OLE color: 15261402.

HSL color Cylindrical-coordinate representation of color #DADEE8: hue angle of 222.86º degrees, saturation: 0.23, 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 #DADEE8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 222 232 -
CMYK 0.06 0.04 0 0.09
HSL 222.86º 0.23% 0.88% -
HSV(B) 222.86º 0.06% 0.91% -
XYZ 69.6 72.97 86.76 -
YUV 221.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 218 222 232 0.06 0.04 0 0.09 222.86 0.23 0.88
Hex DA DE E8 6 4 0 9 DF 17 58
Octal 332 336 350 6 4 0 11 337 27 130
Binary 11011010 11011110 11101000 110 100 0 1001 11011111 10111 1011000

Color Harmonies of #DADEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEE8

Black with #DADEE8

Text Example


Text Example

White with #DADEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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