Html Css Color HEX #DADEF1 Hawkes Blue

📋 copy color: '#DADEF1'

red 218 ◦ green 222 ◦ blue 241

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

Shades of Hawkes Blue #DADEF1

Tints of Hawkes Blue #DADEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.39%

R = 32.01%
G = 32.6%
B = 35.39%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DADEF1 (or 0xDADEF1) is known color: Hawkes Blue. HEX triplet: DA, DE and F1. RGB value is (218,222,241). Sum of RGB (Red+Green+Blue) = 218+222+241=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #DADEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF1 is #25210E. Grayscale: #DEDEDE. Windows color (decimal): -2433295 or 15851226. OLE color: 15851226.

HSL color Cylindrical-coordinate representation of color #DADEF1: hue angle of 229.57º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADEF1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 222 241 -
CMYK 0.10 0.08 0 0.05
HSL 229.57º 0.45% 0.9% -
HSV(B) 229.57º 0.1% 0.95% -
XYZ 70.91 73.5 93.67 -
YUV 222.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 218 222 241 0.10 0.08 0 0.05 229.57 0.45 0.9
Hex DA DE F1 A 8 0 5 E6 2D 5A
Octal 332 336 361 12 10 0 5 346 55 132
Binary 11011010 11011110 11110001 1010 1000 0 101 11100110 101101 1011010

Color Harmonies of #DADEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEF1

Black with #DADEF1

Text Example


Text Example

White with #DADEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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