Html Css Color HEX #DEE2ED Hawkes Blue

📋 copy color: '#DEE2ED'

red 222 ◦ green 226 ◦ blue 237

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

Shades of Hawkes Blue #DEE2ED

Tints of Hawkes Blue #DEE2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.6%

R = 32.41%
G = 32.99%
B = 34.6%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEE2ED (or 0xDEE2ED) is known color: Hawkes Blue. HEX triplet: DE, E2 and ED. RGB value is (222,226,237). Sum of RGB (Red+Green+Blue) = 222+226+237=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2ED is #211D12. Grayscale: #E2E2E2. Windows color (decimal): -2170131 or 15590110. OLE color: 15590110.

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

Color convert

RGB 222 226 237 -
CMYK 0.06 0.05 0 0.07
HSL 224º 0.29% 0.9% -
HSV(B) 224º 0.06% 0.93% -
XYZ 72.61 76.04 90.97 -
YUV 226.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 222 226 237 0.06 0.05 0 0.07 224 0.29 0.9
Hex DE E2 ED 6 5 0 7 E0 1D 5A
Octal 336 342 355 6 5 0 7 340 35 132
Binary 11011110 11100010 11101101 110 101 0 111 11100000 11101 1011010

Color Harmonies of #DEE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2ED

Black with #DEE2ED

Text Example


Text Example

White with #DEE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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