#DCE3EE

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

Shades of Hawkes Blue #DCE3EE

Tints of Hawkes Blue #DCE3EE

Color information

#DCE3EE (or 0xDCE3EE) is unknown color: approx Hawkes Blue. HEX triplet: DC, E3 and EE. RGB value is (220,227,238). Sum of RGB (Red+Green+Blue) = 220+227+238=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3EE is #231C11. Grayscale: #E2E2E2. Windows color (decimal): -2300946 or 15655900. OLE color: 15655900.

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

Color convert

RGB220227238-
CMYK0.080.0500.07
HSL216.67º34.62%89.8%-
HSV(B)216.67º7.56%93.33%-
XYZ72.4276.3391.8-
YUV226.16134.68123.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=32.12%
G=33.14%
B=34.74%

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
Decimal2202272380.080.0500.07216.6734.6289.8
HexDCE3EE8507d9235a
Octal3343433561050733143132
Binary11011100111000111110111010001010111110110011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3EE; }

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

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

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

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

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

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

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

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