#DCE2ED

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

Shades of Hawkes Blue #DCE2ED

Tints of Hawkes Blue #DCE2ED

Color information

#DCE2ED (or 0xDCE2ED) is unknown color: approx Hawkes Blue. HEX triplet: DC, E2 and ED. RGB value is (220,226,237). Sum of RGB (Red+Green+Blue) = 220+226+237=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2ED is #231D12. Grayscale: #E1E1E1. Windows color (decimal): -2301203 or 15590108. OLE color: 15590108.

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

Color convert

RGB220226237-
CMYK0.070.0500.07
HSL218.82º32.08%89.61%-
HSV(B)218.82º7.17%92.94%-
XYZ7275.7290.94-
YUV225.46134.51124.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=32.21%
G=33.09%
B=34.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202262370.070.0500.07218.8232.0889.61
HexDCE2ED7507db205a
Octal334342355750733340132
Binary1101110011100010111011011111010111110110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2ED; }

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

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

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

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

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

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

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

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