#DCE0EE

Color #DCE0EE Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #DCE0EE

Tints of Hawkes Blue #DCE0EE

Color information

#DCE0EE (or 0xDCE0EE) is unknown color: approx Hawkes Blue. HEX triplet: DC, E0 and EE. RGB value is (220,224,238). Sum of RGB (Red+Green+Blue) = 220+224+238=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0EE is #231F11. Grayscale: #E0E0E0. Windows color (decimal): -2301714 or 15655132. OLE color: 15655132.

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

Color convert

RGB220224238-
CMYK0.080.0600.07
HSL226.67º34.62%89.8%-
HSV(B)226.67º7.56%93.33%-
XYZ71.674.791.53-
YUV224.4135.67124.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 224 (87.89% from 255) = 32.84%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=32.26%
G=32.84%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202242380.080.0600.07226.6734.6289.8
HexDCE0EE8607e3235a
Octal3343403561060734343132
Binary11011100111000001110111010001100111111000111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE0EE; }

 p { color: rgb(220,224,238); }

 H1.HeaderClassName
 {
   color: #DCE0EE;
 }
 .AnyTagClassName
 {
   color: #DCE0EE;
 }
</style>
background-color css

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

 a { background-color: rgb(220,224,238); }

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

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

 span { border-color: rgb(220,224,238); }

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