Html Css Color HEX #DEE1EA Hawkes Blue

📋 copy color: '#DEE1EA'

red 222 ◦ green 225 ◦ blue 234

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

Shades of Hawkes Blue #DEE1EA

Tints of Hawkes Blue #DEE1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.04%

 BLUE value IS 234 (91.8% from 255) = 34.36%

R = 32.6%
G = 33.04%
B = 34.36%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEE1EA (or 0xDEE1EA) is known color: Hawkes Blue. HEX triplet: DE, E1 and EA. RGB value is (222,225,234). Sum of RGB (Red+Green+Blue) = 222+225+234=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1EA is #211E15. Grayscale: #E1E1E1. Windows color (decimal): -2170390 or 15393246. OLE color: 15393246.

HSL color Cylindrical-coordinate representation of color #DEE1EA: hue angle of 225º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE1EA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 225 234 -
CMYK 0.05 0.04 0 0.08
HSL 225º 0.22% 0.89% -
HSV(B) 225º 0.05% 0.92% -
XYZ 71.9 75.32 88.59 -
YUV 225.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 222 225 234 0.05 0.04 0 0.08 225 0.22 0.89
Hex DE E1 EA 5 4 0 8 E1 16 59
Octal 336 341 352 5 4 0 10 341 26 131
Binary 11011110 11100001 11101010 101 100 0 1000 11100001 10110 1011001

Color Harmonies of #DEE1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE1EA

Black with #DEE1EA

Text Example


Text Example

White with #DEE1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE1EA; }

 p { color: rgb(222,225,234); }

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

background-color css

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

 a { background-color: rgb(222,225,234); }

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

border-color css

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

 span { border-color: rgb(222,225,234); }

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