#DCE0ED

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

Shades of Hawkes Blue #DCE0ED

Tints of Hawkes Blue #DCE0ED

Color information

#DCE0ED (or 0xDCE0ED) is unknown color: approx Hawkes Blue. HEX triplet: DC, E0 and ED. RGB value is (220,224,237). Sum of RGB (Red+Green+Blue) = 220+224+237=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0ED is #231F12. Grayscale: #E0E0E0. Windows color (decimal): -2301715 or 15589596. OLE color: 15589596.

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

Color convert

RGB220224237-
CMYK0.070.0500.07
HSL225.88º32.08%89.61%-
HSV(B)225.88º7.17%92.94%-
XYZ71.4674.6490.76-
YUV224.29135.17124.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=32.31%
G=32.89%
B=34.80%

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
Decimal2202242370.070.0500.07225.8832.0889.61
HexDCE0ED7507e2205a
Octal334340355750734240132
Binary1101110011100000111011011111010111111000101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE0ED; }

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

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

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

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

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

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

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

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