Html Css Color HEX #DADEE6 Hawkes Blue

📋 copy color: '#DADEE6'

red 218 ◦ green 222 ◦ blue 230

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

Shades of Hawkes Blue #DADEE6

Tints of Hawkes Blue #DADEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.33%

R = 32.54%
G = 33.13%
B = 34.33%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DADEE6 (or 0xDADEE6) is known color: Hawkes Blue. HEX triplet: DA, DE and E6. RGB value is (218,222,230). Sum of RGB (Red+Green+Blue) = 218+222+230=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 230 - color contains mainly: blue. Hex color #DADEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEE6 is #252119. Grayscale: #DDDDDD. Windows color (decimal): -2433306 or 15130330. OLE color: 15130330.

HSL color Cylindrical-coordinate representation of color #DADEE6: hue angle of 220º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADEE6 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 222 230 -
CMYK 0.05 0.03 0 0.10
HSL 220º 0.19% 0.88% -
HSV(B) 220º 0.05% 0.9% -
XYZ 69.32 72.86 85.27 -
YUV 221.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 218 222 230 0.05 0.03 0 0.10 220 0.19 0.88
Hex DA DE E6 5 3 0 A DC 13 58
Octal 332 336 346 5 3 0 12 334 23 130
Binary 11011010 11011110 11100110 101 11 0 1010 11011100 10011 1011000

Color Harmonies of #DADEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEE6

Black with #DADEE6

Text Example


Text Example

White with #DADEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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