Html Css Color HEX #DEE2EF Hawkes Blue

📋 copy color: '#DEE2EF'

red 222 ◦ green 226 ◦ blue 239

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

Shades of Hawkes Blue #DEE2EF

Tints of Hawkes Blue #DEE2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.79%

R = 32.31%
G = 32.9%
B = 34.79%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEE2EF (or 0xDEE2EF) is known color: Hawkes Blue. HEX triplet: DE, E2 and EF. RGB value is (222,226,239). Sum of RGB (Red+Green+Blue) = 222+226+239=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2EF is #211D10. Grayscale: #E2E2E2. Windows color (decimal): -2170129 or 15721182. OLE color: 15721182.

HSL color Cylindrical-coordinate representation of color #DEE2EF: hue angle of 225.88º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE2EF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 226 239 -
CMYK 0.07 0.05 0 0.06
HSL 225.88º 0.35% 0.9% -
HSV(B) 225.88º 0.07% 0.94% -
XYZ 72.9 76.15 92.52 -
YUV 226.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 222 226 239 0.07 0.05 0 0.06 225.88 0.35 0.9
Hex DE E2 EF 7 5 0 6 E2 23 5A
Octal 336 342 357 7 5 0 6 342 43 132
Binary 11011110 11100010 11101111 111 101 0 110 11100010 100011 1011010

Color Harmonies of #DEE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2EF

Black with #DEE2EF

Text Example


Text Example

White with #DEE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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