Html Css Color HEX #DEE0E6 Hawkes Blue

📋 copy color: '#DEE0E6'

red 222 ◦ green 224 ◦ blue 230

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

Shades of Hawkes Blue #DEE0E6

Tints of Hawkes Blue #DEE0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.02%

R = 32.84%
G = 33.14%
B = 34.02%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEE0E6 (or 0xDEE0E6) is known color: Hawkes Blue. HEX triplet: DE, E0 and E6. RGB value is (222,224,230). Sum of RGB (Red+Green+Blue) = 222+224+230=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEE0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0E6 is #211F19. Grayscale: #E0E0E0. Windows color (decimal): -2170650 or 15130846. OLE color: 15130846.

HSL color Cylindrical-coordinate representation of color #DEE0E6: hue angle of 225º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE0E6 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 224 230 -
CMYK 0.03 0.03 0 0.10
HSL 225º 0.14% 0.89% -
HSV(B) 225º 0.03% 0.9% -
XYZ 71.06 74.55 85.51 -
YUV 224.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 222 224 230 0.03 0.03 0 0.10 225 0.14 0.89
Hex DE E0 E6 3 3 0 A E1 E 59
Octal 336 340 346 3 3 0 12 341 16 131
Binary 11011110 11100000 11100110 11 11 0 1010 11100001 1110 1011001

Color Harmonies of #DEE0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0E6

Black with #DEE0E6

Text Example


Text Example

White with #DEE0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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