#DCE1EE

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

Shades of Hawkes Blue #DCE1EE

Tints of Hawkes Blue #DCE1EE

Color information

#DCE1EE (or 0xDCE1EE) is unknown color: approx Hawkes Blue. HEX triplet: DC, E1 and EE. RGB value is (220,225,238). Sum of RGB (Red+Green+Blue) = 220+225+238=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1EE is #231E11. Grayscale: #E0E0E0. Windows color (decimal): -2301458 or 15655388. OLE color: 15655388.

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

Color convert

RGB220225238-
CMYK0.080.0500.07
HSL223.33º34.62%89.8%-
HSV(B)223.33º7.56%93.33%-
XYZ71.8775.2491.62-
YUV224.99135.34124.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=32.21%
G=32.94%
B=34.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202252380.080.0500.07223.3334.6289.8
HexDCE1EE8507df235a
Octal3343413561050733743132
Binary11011100111000011110111010001010111110111111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1EE; }

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

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

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

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

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

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

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

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