Html Css Color HEX #DEE0EA Hawkes Blue

📋 copy color: '#DEE0EA'

red 222 ◦ green 224 ◦ blue 234

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

Shades of Hawkes Blue #DEE0EA

Tints of Hawkes Blue #DEE0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.94%

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

R = 32.65%
G = 32.94%
B = 34.41%

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

#DEE0EA (or 0xDEE0EA) is known color: Hawkes Blue. HEX triplet: DE, E0 and EA. RGB value is (222,224,234). Sum of RGB (Red+Green+Blue) = 222+224+234=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0EA is #211F15. Grayscale: #E0E0E0. Windows color (decimal): -2170646 or 15392990. OLE color: 15392990.

HSL color Cylindrical-coordinate representation of color #DEE0EA: hue angle of 230º 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 #DEE0EA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 224 234 -
CMYK 0.05 0.04 0 0.08
HSL 230º 0.22% 0.89% -
HSV(B) 230º 0.05% 0.92% -
XYZ 71.63 74.78 88.5 -
YUV 224.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 222 224 234 0.05 0.04 0 0.08 230 0.22 0.89
Hex DE E0 EA 5 4 0 8 E6 16 59
Octal 336 340 352 5 4 0 10 346 26 131
Binary 11011110 11100000 11101010 101 100 0 1000 11100110 10110 1011001

Color Harmonies of #DEE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0EA

Black with #DEE0EA

Text Example


Text Example

White with #DEE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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