Html Css Color HEX #DEE2EE Hawkes Blue

📋 copy color: '#DEE2EE'

red 222 ◦ green 226 ◦ blue 238

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

Shades of Hawkes Blue #DEE2EE

Tints of Hawkes Blue #DEE2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.69%

R = 32.36%
G = 32.94%
B = 34.69%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEE2EE (or 0xDEE2EE) is known color: Hawkes Blue. HEX triplet: DE, E2 and EE. RGB value is (222,226,238). Sum of RGB (Red+Green+Blue) = 222+226+238=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2EE is #211D11. Grayscale: #E2E2E2. Windows color (decimal): -2170130 or 15655646. OLE color: 15655646.

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

Color convert

RGB 222 226 238 -
CMYK 0.07 0.05 0 0.07
HSL 225º 0.32% 0.9% -
HSV(B) 225º 0.07% 0.93% -
XYZ 72.75 76.1 91.74 -
YUV 226.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 222 226 238 0.07 0.05 0 0.07 225 0.32 0.9
Hex DE E2 EE 7 5 0 7 E1 20 5A
Octal 336 342 356 7 5 0 7 341 40 132
Binary 11011110 11100010 11101110 111 101 0 111 11100001 100000 1011010

Color Harmonies of #DEE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2EE

Black with #DEE2EE

Text Example


Text Example

White with #DEE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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