Html Css Color HEX #DEE2F1 Hawkes Blue

📋 copy color: '#DEE2F1'

red 222 ◦ green 226 ◦ blue 241

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

Shades of Hawkes Blue #DEE2F1

Tints of Hawkes Blue #DEE2F1

RGB

 RED value IS 222 (87.11% from 255) = 32.22%

 GREEN value IS 226 (88.67% from 255) = 32.8%

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

R = 32.22%
G = 32.8%
B = 34.98%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEE2F1 (or 0xDEE2F1) is known color: Hawkes Blue. HEX triplet: DE, E2 and F1. RGB value is (222,226,241). Sum of RGB (Red+Green+Blue) = 222+226+241=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2F1 is #211D0E. Grayscale: #E2E2E2. Windows color (decimal): -2170127 or 15852254. OLE color: 15852254.

HSL color Cylindrical-coordinate representation of color #DEE2F1: hue angle of 227.37º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE2F1 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 226 241 -
CMYK 0.08 0.06 0 0.05
HSL 227.37º 0.4% 0.91% -
HSV(B) 227.37º 0.08% 0.95% -
XYZ 73.2 76.27 94.08 -
YUV 226.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 222 226 241 0.08 0.06 0 0.05 227.37 0.4 0.91
Hex DE E2 F1 8 6 0 5 E3 28 5B
Octal 336 342 361 10 6 0 5 343 50 133
Binary 11011110 11100010 11110001 1000 110 0 101 11100011 101000 1011011

Color Harmonies of #DEE2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2F1

Black with #DEE2F1

Text Example


Text Example

White with #DEE2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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